Html Css Color HEX #ACFF52 Green Yellow

📋 copy color: '#ACFF52'

red 172 ◦ green 255 ◦ blue 82

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

Shades of Green Yellow #ACFF52

Tints of Green Yellow #ACFF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.11%

R = 33.79%
G = 50.1%
B = 16.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#ACFF52 (or 0xACFF52) is known color: Green Yellow. HEX triplet: AC, FF and 52. RGB value is (172,255,82). Sum of RGB (Red+Green+Blue) = 172+255+82=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF52 is #5300AD. Grayscale: #D3D3D3. Windows color (decimal): -5439662 or 5439404. OLE color: 5439404.

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

Color convert

RGB 172 255 82 -
CMYK 0.33 0 0.68 0
HSL 88.79º 1% 0.66% -
HSV(B) 88.79º 0.68% 1% -
XYZ 54.3 80.9 20.74 -
YUV 210.46 55.5 100.57 -
System Red Green Blue C M Y K H S L
Decimal 172 255 82 0.33 0 0.68 0 88.79 1 0.66
Hex AC FF 52 21 0 44 0 59 64 42
Octal 254 377 122 41 0 104 0 131 144 102
Binary 10101100 11111111 1010010 100001 0 1000100 0 1011001 1100100 1000010

Color Harmonies of #ACFF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF52

Black with #ACFF52

Text Example


Text Example

White with #ACFF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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