Html Css Color HEX #ACF042 Green Yellow

📋 copy color: '#ACF042'

red 172 ◦ green 240 ◦ blue 66

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

Shades of Green Yellow #ACF042

Tints of Green Yellow #ACF042

RGB

 RED value IS 172 (67.58% from 255) = 35.98%

 GREEN value IS 240 (94.14% from 255) = 50.21%

 BLUE value IS 66 (26.17% from 255) = 13.81%

R = 35.98%
G = 50.21%
B = 13.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#ACF042 (or 0xACF042) is known color: Green Yellow. HEX triplet: AC, F0 and 42. RGB value is (172,240,66). Sum of RGB (Red+Green+Blue) = 172+240+66=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF042 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF042 is #530FBD. Grayscale: #C8C8C8. Windows color (decimal): -5443518 or 4386988. OLE color: 4386988.

HSL color Cylindrical-coordinate representation of color #ACF042: hue angle of 83.45º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACF042 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 66 -
CMYK 0.28 0 0.72 0.06
HSL 83.45º 0.85% 0.6% -
HSV(B) 83.45º 0.73% 0.94% -
XYZ 49.16 71.48 16.36 -
YUV 199.83 52.47 108.15 -
System Red Green Blue C M Y K H S L
Decimal 172 240 66 0.28 0 0.72 0.06 83.45 0.85 0.6
Hex AC F0 42 1C 0 48 6 53 55 3C
Octal 254 360 102 34 0 110 6 123 125 74
Binary 10101100 11110000 1000010 11100 0 1001000 110 1010011 1010101 111100

Color Harmonies of #ACF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF042

Black with #ACF042

Text Example


Text Example

White with #ACF042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF042; }

 p { color: rgb(172,240,66); }

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

background-color css

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

 a { background-color: rgb(172,240,66); }

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

border-color css

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

 span { border-color: rgb(172,240,66); }

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