Html Css Color HEX #ACF221 Green Yellow

📋 copy color: '#ACF221'

red 172 ◦ green 242 ◦ blue 33

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

Shades of Green Yellow #ACF221

Tints of Green Yellow #ACF221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.38%

R = 38.48%
G = 54.14%
B = 7.38%

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

#ACF221 (or 0xACF221) is known color: Green Yellow. HEX triplet: AC, F2 and 21. RGB value is (172,242,33). Sum of RGB (Red+Green+Blue) = 172+242+33=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF221 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF221 is #530DDE. Grayscale: #C6C6C6. Windows color (decimal): -5443039 or 2224812. OLE color: 2224812.

HSL color Cylindrical-coordinate representation of color #ACF221: hue angle of 80.1º 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 #ACF221 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 33 -
CMYK 0.29 0 0.86 0.05
HSL 80.1º 0.89% 0.54% -
HSV(B) 80.1º 0.86% 0.95% -
XYZ 49.04 72.38 12.83 -
YUV 197.24 35.31 109.99 -
System Red Green Blue C M Y K H S L
Decimal 172 242 33 0.29 0 0.86 0.05 80.1 0.89 0.54
Hex AC F2 21 1D 0 56 5 50 59 36
Octal 254 362 41 35 0 126 5 120 131 66
Binary 10101100 11110010 100001 11101 0 1010110 101 1010000 1011001 110110

Color Harmonies of #ACF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF221

Black with #ACF221

Text Example


Text Example

White with #ACF221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF221; }

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

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

background-color css

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

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

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

border-color css

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

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

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