Html Css Color HEX #ACFF32 Green Yellow

📋 copy color: '#ACFF32'

red 172 ◦ green 255 ◦ blue 50

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

Shades of Green Yellow #ACFF32

Tints of Green Yellow #ACFF32

RGB

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

 GREEN value IS 255 (100% from 255) = 53.46%

 BLUE value IS 50 (19.92% from 255) = 10.48%

R = 36.06%
G = 53.46%
B = 10.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#ACFF32 (or 0xACFF32) is known color: Green Yellow. HEX triplet: AC, FF and 32. RGB value is (172,255,50). Sum of RGB (Red+Green+Blue) = 172+255+50=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 50 (19.92% from 255 or 10.48% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFF32 is #5300CD. Grayscale: #CFCFCF. Windows color (decimal): -5439694 or 3342252. OLE color: 3342252.

HSL color Cylindrical-coordinate representation of color #ACFF32: hue angle of 84.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACFF32 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 50 -
CMYK 0.33 0 0.80 0
HSL 84.29º 1% 0.6% -
HSV(B) 84.29º 0.8% 1% -
XYZ 53.35 80.52 15.75 -
YUV 206.81 39.5 103.17 -
System Red Green Blue C M Y K H S L
Decimal 172 255 50 0.33 0 0.80 0 84.29 1 0.6
Hex AC FF 32 21 0 50 0 54 64 3C
Octal 254 377 62 41 0 120 0 124 144 74
Binary 10101100 11111111 110010 100001 0 1010000 0 1010100 1100100 111100

Color Harmonies of #ACFF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF32

Black with #ACFF32

Text Example


Text Example

White with #ACFF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF32; }

 p { color: rgb(172,255,50); }

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

background-color css

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

 a { background-color: rgb(172,255,50); }

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

border-color css

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

 span { border-color: rgb(172,255,50); }

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