Html Css Color HEX #ACF02C Green Yellow

📋 copy color: '#ACF02C'

red 172 ◦ green 240 ◦ blue 44

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

Shades of Green Yellow #ACF02C

Tints of Green Yellow #ACF02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.65%

R = 37.72%
G = 52.63%
B = 9.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#ACF02C (or 0xACF02C) is known color: Green Yellow. HEX triplet: AC, F0 and 2C. RGB value is (172,240,44). Sum of RGB (Red+Green+Blue) = 172+240+44=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF02C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF02C is #530FD3. Grayscale: #C6C6C6. Windows color (decimal): -5443540 or 2945196. OLE color: 2945196.

HSL color Cylindrical-coordinate representation of color #ACF02C: hue angle of 80.82º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACF02C is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 44 -
CMYK 0.28 0 0.82 0.06
HSL 80.82º 0.87% 0.56% -
HSV(B) 80.82º 0.82% 0.94% -
XYZ 48.63 71.27 13.58 -
YUV 197.32 41.47 109.94 -
System Red Green Blue C M Y K H S L
Decimal 172 240 44 0.28 0 0.82 0.06 80.82 0.87 0.56
Hex AC F0 2C 1C 0 52 6 51 57 38
Octal 254 360 54 34 0 122 6 121 127 70
Binary 10101100 11110000 101100 11100 0 1010010 110 1010001 1010111 111000

Color Harmonies of #ACF02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF02C

Black with #ACF02C

Text Example


Text Example

White with #ACF02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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