Html Css Color HEX #ACFF70 Sulu

📋 copy color: '#ACFF70'

red 172 ◦ green 255 ◦ blue 112

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

Shades of Sulu #ACFF70

Tints of Sulu #ACFF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.78%

R = 31.91%
G = 47.31%
B = 20.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#ACFF70 (or 0xACFF70) is known color: Sulu. HEX triplet: AC, FF and 70. RGB value is (172,255,112). Sum of RGB (Red+Green+Blue) = 172+255+112=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF70 is #53008F. Grayscale: #D6D6D6. Windows color (decimal): -5439632 or 7405484. OLE color: 7405484.

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

Color convert

RGB 172 255 112 -
CMYK 0.33 0 0.56 0
HSL 94.83º 1% 0.72% -
HSV(B) 94.83º 0.56% 1% -
XYZ 55.7 81.46 28.12 -
YUV 213.88 70.5 98.13 -
System Red Green Blue C M Y K H S L
Decimal 172 255 112 0.33 0 0.56 0 94.83 1 0.72
Hex AC FF 70 21 0 38 0 5F 64 48
Octal 254 377 160 41 0 70 0 137 144 110
Binary 10101100 11111111 1110000 100001 0 111000 0 1011111 1100100 1001000

Color Harmonies of #ACFF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF70

Black with #ACFF70

Text Example


Text Example

White with #ACFF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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