Html Css Color HEX #ACF034 Green Yellow

📋 copy color: '#ACF034'

red 172 ◦ green 240 ◦ blue 52

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

Shades of Green Yellow #ACF034

Tints of Green Yellow #ACF034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.21%

R = 37.07%
G = 51.72%
B = 11.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#ACF034 (or 0xACF034) is known color: Green Yellow. HEX triplet: AC, F0 and 34. RGB value is (172,240,52). Sum of RGB (Red+Green+Blue) = 172+240+52=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF034 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF034 is #530FCB. Grayscale: #C6C6C6. Windows color (decimal): -5443532 or 3469484. OLE color: 3469484.

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

Color convert

RGB 172 240 52 -
CMYK 0.28 0 0.78 0.06
HSL 81.7º 0.86% 0.57% -
HSV(B) 81.7º 0.78% 0.94% -
XYZ 48.79 71.34 14.45 -
YUV 198.24 45.47 109.29 -
System Red Green Blue C M Y K H S L
Decimal 172 240 52 0.28 0 0.78 0.06 81.7 0.86 0.57
Hex AC F0 34 1C 0 4E 6 52 56 39
Octal 254 360 64 34 0 116 6 122 126 71
Binary 10101100 11110000 110100 11100 0 1001110 110 1010010 1010110 111001

Color Harmonies of #ACF034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF034

Black with #ACF034

Text Example


Text Example

White with #ACF034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF034; }

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

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

background-color css

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

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

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

border-color css

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

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

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