Html Css Color HEX #8ACF35 Yellow Green

📋 copy color: '#8ACF35'

red 138 ◦ green 207 ◦ blue 53

#8ACF35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #8ACF35

Tints of Yellow Green #8ACF35

RGB

 RED value IS 138 (54.3% from 255) = 34.67%

 GREEN value IS 207 (81.25% from 255) = 52.01%

 BLUE value IS 53 (21.09% from 255) = 13.32%

R = 34.67%
G = 52.01%
B = 13.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8ACF35 (or 0x8ACF35) is known color: Yellow Green. HEX triplet: 8A, CF and 35. RGB value is (138,207,53). Sum of RGB (Red+Green+Blue) = 138+207+53=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 207 (81.25% from 255 or 52.01% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACF35 is #7530CA. Grayscale: #A9A9A9. Windows color (decimal): -7680203 or 3526538. OLE color: 3526538.

HSL color Cylindrical-coordinate representation of color #8ACF35: hue angle of 86.88º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8ACF35 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 207 53 -
CMYK 0.33 0 0.74 0.19
HSL 86.88º 0.62% 0.51% -
HSV(B) 86.88º 0.74% 0.81% -
XYZ 33.44 50.29 11.31 -
YUV 168.81 62.64 106.02 -
System Red Green Blue C M Y K H S L
Decimal 138 207 53 0.33 0 0.74 0.19 86.88 0.62 0.51
Hex 8A CF 35 21 0 4A 13 57 3E 33
Octal 212 317 65 41 0 112 23 127 76 63
Binary 10001010 11001111 110101 100001 0 1001010 10011 1010111 111110 110011

Color Harmonies of #8ACF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF35

Black with #8ACF35

Text Example


Text Example

White with #8ACF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ACF35; }

 p { color: rgb(138,207,53); }

 H1.HeaderClassName
 {
   color: #8ACF35;
 }
 .AnyTagClassName
 {
   color: #8ACF35;
 }
</style>

background-color css

<style>
 a { background-color: #8ACF35; }

 a { background-color: rgb(138,207,53); }

 div.DivClassName
 {
   background-color: #8ACF35;
 }
 .BgClassName
 {
   background-color: #8ACF35;
 }
</style>

border-color css

<style>
 span { border-color: #8ACF35; }

 span { border-color: rgb(138,207,53); }

 td.TdClassName
 {
   border-color: #8ACF35;
 }
 .TagClassName
 {
   border-color: #8ACF35;
 }
</style>