Html Css Color HEX #ACF02D Green Yellow

📋 copy color: '#ACF02D'

red 172 ◦ green 240 ◦ blue 45

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

Shades of Green Yellow #ACF02D

Tints of Green Yellow #ACF02D

RGB

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

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

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

R = 37.64%
G = 52.52%
B = 9.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#ACF02D (or 0xACF02D) is known color: Green Yellow. HEX triplet: AC, F0 and 2D. RGB value is (172,240,45). Sum of RGB (Red+Green+Blue) = 172+240+45=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF02D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF02D is #530FD2. Grayscale: #C6C6C6. Windows color (decimal): -5443539 or 3010732. OLE color: 3010732.

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

Color convert

RGB 172 240 45 -
CMYK 0.28 0 0.81 0.06
HSL 80.92º 0.87% 0.56% -
HSV(B) 80.92º 0.81% 0.94% -
XYZ 48.65 71.28 13.68 -
YUV 197.44 41.97 109.86 -
System Red Green Blue C M Y K H S L
Decimal 172 240 45 0.28 0 0.81 0.06 80.92 0.87 0.56
Hex AC F0 2D 1C 0 51 6 51 57 38
Octal 254 360 55 34 0 121 6 121 127 70
Binary 10101100 11110000 101101 11100 0 1010001 110 1010001 1010111 111000

Color Harmonies of #ACF02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF02D

Black with #ACF02D

Text Example


Text Example

White with #ACF02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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