Html Css Color HEX #ACF222 Green Yellow

📋 copy color: '#ACF222'

red 172 ◦ green 242 ◦ blue 34

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

Shades of Green Yellow #ACF222

Tints of Green Yellow #ACF222

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.02%

 BLUE value IS 34 (13.67% from 255) = 7.59%

R = 38.39%
G = 54.02%
B = 7.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#ACF222 (or 0xACF222) is known color: Green Yellow. HEX triplet: AC, F2 and 22. RGB value is (172,242,34). Sum of RGB (Red+Green+Blue) = 172+242+34=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF222 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF222 is #530DDD. Grayscale: #C6C6C6. Windows color (decimal): -5443038 or 2290348. OLE color: 2290348.

HSL color Cylindrical-coordinate representation of color #ACF222: hue angle of 80.19º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACF222 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 34 -
CMYK 0.29 0 0.86 0.05
HSL 80.19º 0.89% 0.54% -
HSV(B) 80.19º 0.86% 0.95% -
XYZ 49.05 72.39 12.9 -
YUV 197.36 35.81 109.91 -
System Red Green Blue C M Y K H S L
Decimal 172 242 34 0.29 0 0.86 0.05 80.19 0.89 0.54
Hex AC F2 22 1D 0 56 5 50 59 36
Octal 254 362 42 35 0 126 5 120 131 66
Binary 10101100 11110010 100010 11101 0 1010110 101 1010000 1011001 110110

Color Harmonies of #ACF222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF222

Black with #ACF222

Text Example


Text Example

White with #ACF222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF222; }

 p { color: rgb(172,242,34); }

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

background-color css

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

 a { background-color: rgb(172,242,34); }

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

border-color css

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

 span { border-color: rgb(172,242,34); }

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