Html Css Color HEX #ACFF50 Green Yellow

📋 copy color: '#ACFF50'

red 172 ◦ green 255 ◦ blue 80

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

Shades of Green Yellow #ACFF50

Tints of Green Yellow #ACFF50

RGB

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

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

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

R = 33.93%
G = 50.3%
B = 15.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#ACFF50 (or 0xACFF50) is known color: Green Yellow. HEX triplet: AC, FF and 50. RGB value is (172,255,80). Sum of RGB (Red+Green+Blue) = 172+255+80=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF50 is #5300AF. Grayscale: #D2D2D2. Windows color (decimal): -5439664 or 5308332. OLE color: 5308332.

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

Color convert

RGB 172 255 80 -
CMYK 0.33 0 0.69 0
HSL 88.46º 1% 0.66% -
HSV(B) 88.46º 0.69% 1% -
XYZ 54.22 80.87 20.34 -
YUV 210.23 54.5 100.73 -
System Red Green Blue C M Y K H S L
Decimal 172 255 80 0.33 0 0.69 0 88.46 1 0.66
Hex AC FF 50 21 0 45 0 58 64 42
Octal 254 377 120 41 0 105 0 130 144 102
Binary 10101100 11111111 1010000 100001 0 1000101 0 1011000 1100100 1000010

Color Harmonies of #ACFF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF50

Black with #ACFF50

Text Example


Text Example

White with #ACFF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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