Html Css Color HEX #ACFE20 Green Yellow

📋 copy color: '#ACFE20'

red 172 ◦ green 254 ◦ blue 32

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

Shades of Green Yellow #ACFE20

Tints of Green Yellow #ACFE20

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.46%

 BLUE value IS 32 (12.89% from 255) = 6.99%

R = 37.55%
G = 55.46%
B = 6.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#ACFE20 (or 0xACFE20) is known color: Green Yellow. HEX triplet: AC, FE and 20. RGB value is (172,254,32). Sum of RGB (Red+Green+Blue) = 172+254+32=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 254 (99.61% from 255 or 55.46% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFE20 is #5301DF. Grayscale: #CCCCCC. Windows color (decimal): -5439968 or 2162348. OLE color: 2162348.

HSL color Cylindrical-coordinate representation of color #ACFE20: hue angle of 82.16º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACFE20 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 32 -
CMYK 0.32 0 0.87 0.00
HSL 82.16º 0.99% 0.56% -
HSV(B) 82.16º 0.87% 1% -
XYZ 52.72 79.76 13.98 -
YUV 204.17 30.83 105.05 -
System Red Green Blue C M Y K H S L
Decimal 172 254 32 0.32 0 0.87 0.00 82.16 0.99 0.56
Hex AC FE 20 20 0 57 0 52 63 38
Octal 254 376 40 40 0 127 0 122 143 70
Binary 10101100 11111110 100000 100000 0 1010111 0 1010010 1100011 111000

Color Harmonies of #ACFE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE20

Black with #ACFE20

Text Example


Text Example

White with #ACFE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE20; }

 p { color: rgb(172,254,32); }

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

background-color css

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

 a { background-color: rgb(172,254,32); }

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

border-color css

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

 span { border-color: rgb(172,254,32); }

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