Html Css Color HEX #ACF52D Green Yellow

📋 copy color: '#ACF52D'

red 172 ◦ green 245 ◦ blue 45

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

Shades of Green Yellow #ACF52D

Tints of Green Yellow #ACF52D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 53.03%

 BLUE value IS 45 (17.97% from 255) = 9.74%

R = 37.23%
G = 53.03%
B = 9.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#ACF52D (or 0xACF52D) is known color: Green Yellow. HEX triplet: AC, F5 and 2D. RGB value is (172,245,45). Sum of RGB (Red+Green+Blue) = 172+245+45=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF52D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF52D is #530AD2. Grayscale: #C9C9C9. Windows color (decimal): -5442259 or 3012012. OLE color: 3012012.

HSL color Cylindrical-coordinate representation of color #ACF52D: hue angle of 81.9º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACF52D is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 45 -
CMYK 0.30 0 0.82 0.04
HSL 81.9º 0.91% 0.57% -
HSV(B) 81.9º 0.82% 0.96% -
XYZ 50.14 74.26 14.17 -
YUV 200.37 40.32 107.76 -
System Red Green Blue C M Y K H S L
Decimal 172 245 45 0.30 0 0.82 0.04 81.9 0.91 0.57
Hex AC F5 2D 1E 0 52 4 52 5B 39
Octal 254 365 55 36 0 122 4 122 133 71
Binary 10101100 11110101 101101 11110 0 1010010 100 1010010 1011011 111001

Color Harmonies of #ACF52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF52D

Black with #ACF52D

Text Example


Text Example

White with #ACF52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF52D; }

 p { color: rgb(172,245,45); }

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

background-color css

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

 a { background-color: rgb(172,245,45); }

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

border-color css

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

 span { border-color: rgb(172,245,45); }

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