Html Css Color HEX #ACF02B Green Yellow

📋 copy color: '#ACF02B'

red 172 ◦ green 240 ◦ blue 43

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

Shades of Green Yellow #ACF02B

Tints of Green Yellow #ACF02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.45%

R = 37.8%
G = 52.75%
B = 9.45%

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

#ACF02B (or 0xACF02B) is known color: Green Yellow. HEX triplet: AC, F0 and 2B. RGB value is (172,240,43). Sum of RGB (Red+Green+Blue) = 172+240+43=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 43 (17.19% from 255 or 9.45% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF02B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF02B is #530FD4. Grayscale: #C5C5C5. Windows color (decimal): -5443541 or 2879660. OLE color: 2879660.

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

Color convert

RGB 172 240 43 -
CMYK 0.28 0 0.82 0.06
HSL 80.71º 0.87% 0.55% -
HSV(B) 80.71º 0.82% 0.94% -
XYZ 48.61 71.27 13.48 -
YUV 197.21 40.97 110.02 -
System Red Green Blue C M Y K H S L
Decimal 172 240 43 0.28 0 0.82 0.06 80.71 0.87 0.55
Hex AC F0 2B 1C 0 52 6 51 57 37
Octal 254 360 53 34 0 122 6 121 127 67
Binary 10101100 11110000 101011 11100 0 1010010 110 1010001 1010111 110111

Color Harmonies of #ACF02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF02B

Black with #ACF02B

Text Example


Text Example

White with #ACF02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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