Html Css Color HEX #ACFC50 Green Yellow

📋 copy color: '#ACFC50'

red 172 ◦ green 252 ◦ blue 80

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

Shades of Green Yellow #ACFC50

Tints of Green Yellow #ACFC50

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50%

 BLUE value IS 80 (31.64% from 255) = 15.87%

R = 34.13%
G = 50%
B = 15.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#ACFC50 (or 0xACFC50) is known color: Green Yellow. HEX triplet: AC, FC and 50. RGB value is (172,252,80). Sum of RGB (Red+Green+Blue) = 172+252+80=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC50 is #5303AF. Grayscale: #D1D1D1. Windows color (decimal): -5440432 or 5307564. OLE color: 5307564.

HSL color Cylindrical-coordinate representation of color #ACFC50: hue angle of 87.91º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACFC50 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 80 -
CMYK 0.32 0 0.68 0.01
HSL 87.91º 0.97% 0.65% -
HSV(B) 87.91º 0.68% 0.99% -
XYZ 53.27 78.97 20.02 -
YUV 208.47 55.5 101.99 -
System Red Green Blue C M Y K H S L
Decimal 172 252 80 0.32 0 0.68 0.01 87.91 0.97 0.65
Hex AC FC 50 20 0 44 1 58 61 41
Octal 254 374 120 40 0 104 1 130 141 101
Binary 10101100 11111100 1010000 100000 0 1000100 1 1011000 1100001 1000001

Color Harmonies of #ACFC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC50

Black with #ACFC50

Text Example


Text Example

White with #ACFC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC50; }

 p { color: rgb(172,252,80); }

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

background-color css

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

 a { background-color: rgb(172,252,80); }

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

border-color css

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

 span { border-color: rgb(172,252,80); }

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