Html Css Color HEX #ACF02F Green Yellow

📋 copy color: '#ACF02F'

red 172 ◦ green 240 ◦ blue 47

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

Shades of Green Yellow #ACF02F

Tints of Green Yellow #ACF02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.24%

R = 37.47%
G = 52.29%
B = 10.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#ACF02F (or 0xACF02F) is known color: Green Yellow. HEX triplet: AC, F0 and 2F. RGB value is (172,240,47). Sum of RGB (Red+Green+Blue) = 172+240+47=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 47 (18.75% from 255 or 10.24% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF02F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF02F is #530FD0. Grayscale: #C6C6C6. Windows color (decimal): -5443537 or 3141804. OLE color: 3141804.

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

Color convert

RGB 172 240 47 -
CMYK 0.28 0 0.80 0.06
HSL 81.14º 0.87% 0.56% -
HSV(B) 81.14º 0.8% 0.94% -
XYZ 48.69 71.3 13.88 -
YUV 197.67 42.97 109.69 -
System Red Green Blue C M Y K H S L
Decimal 172 240 47 0.28 0 0.80 0.06 81.14 0.87 0.56
Hex AC F0 2F 1C 0 50 6 51 57 38
Octal 254 360 57 34 0 120 6 121 127 70
Binary 10101100 11110000 101111 11100 0 1010000 110 1010001 1010111 111000

Color Harmonies of #ACF02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF02F

Black with #ACF02F

Text Example


Text Example

White with #ACF02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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