Html Css Color HEX #ACF040 Green Yellow

📋 copy color: '#ACF040'

red 172 ◦ green 240 ◦ blue 64

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

Shades of Green Yellow #ACF040

Tints of Green Yellow #ACF040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.45%

R = 36.13%
G = 50.42%
B = 13.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#ACF040 (or 0xACF040) is known color: Green Yellow. HEX triplet: AC, F0 and 40. RGB value is (172,240,64). Sum of RGB (Red+Green+Blue) = 172+240+64=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF040 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF040 is #530FBF. Grayscale: #C8C8C8. Windows color (decimal): -5443520 or 4255916. OLE color: 4255916.

HSL color Cylindrical-coordinate representation of color #ACF040: hue angle of 83.18º 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 #ACF040 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 64 -
CMYK 0.28 0 0.73 0.06
HSL 83.18º 0.85% 0.6% -
HSV(B) 83.18º 0.73% 0.94% -
XYZ 49.1 71.46 16.06 -
YUV 199.6 51.47 108.31 -
System Red Green Blue C M Y K H S L
Decimal 172 240 64 0.28 0 0.73 0.06 83.18 0.85 0.6
Hex AC F0 40 1C 0 49 6 53 55 3C
Octal 254 360 100 34 0 111 6 123 125 74
Binary 10101100 11110000 1000000 11100 0 1001001 110 1010011 1010101 111100

Color Harmonies of #ACF040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF040

Black with #ACF040

Text Example


Text Example

White with #ACF040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF040; }

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

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

background-color css

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

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

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

border-color css

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

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

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