Html Css Color HEX #ACFD32 Green Yellow

📋 copy color: '#ACFD32'

red 172 ◦ green 253 ◦ blue 50

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

Shades of Green Yellow #ACFD32

Tints of Green Yellow #ACFD32

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.26%

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

R = 36.21%
G = 53.26%
B = 10.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#ACFD32 (or 0xACFD32) is known color: Green Yellow. HEX triplet: AC, FD and 32. RGB value is (172,253,50). Sum of RGB (Red+Green+Blue) = 172+253+50=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFD32 is #5302CD. Grayscale: #CECECE. Windows color (decimal): -5440206 or 3341740. OLE color: 3341740.

HSL color Cylindrical-coordinate representation of color #ACFD32: hue angle of 83.94º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACFD32 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 50 -
CMYK 0.32 0 0.80 0.01
HSL 83.94º 0.98% 0.59% -
HSV(B) 83.94º 0.8% 0.99% -
XYZ 52.71 79.25 15.54 -
YUV 205.64 40.16 104.01 -
System Red Green Blue C M Y K H S L
Decimal 172 253 50 0.32 0 0.80 0.01 83.94 0.98 0.59
Hex AC FD 32 20 0 50 1 54 62 3B
Octal 254 375 62 40 0 120 1 124 142 73
Binary 10101100 11111101 110010 100000 0 1010000 1 1010100 1100010 111011

Color Harmonies of #ACFD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD32

Black with #ACFD32

Text Example


Text Example

White with #ACFD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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