Html Css Color HEX #ACFC70 Sulu

📋 copy color: '#ACFC70'

red 172 ◦ green 252 ◦ blue 112

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

Shades of Sulu #ACFC70

Tints of Sulu #ACFC70

RGB

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

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

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

R = 32.09%
G = 47.01%
B = 20.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#ACFC70 (or 0xACFC70) is known color: Sulu. HEX triplet: AC, FC and 70. RGB value is (172,252,112). Sum of RGB (Red+Green+Blue) = 172+252+112=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC70 is #53038F. Grayscale: #D4D4D4. Windows color (decimal): -5440400 or 7404716. OLE color: 7404716.

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

Color convert

RGB 172 252 112 -
CMYK 0.32 0 0.56 0.01
HSL 94.29º 0.96% 0.71% -
HSV(B) 94.29º 0.56% 0.99% -
XYZ 54.75 79.56 27.8 -
YUV 212.12 71.5 99.38 -
System Red Green Blue C M Y K H S L
Decimal 172 252 112 0.32 0 0.56 0.01 94.29 0.96 0.71
Hex AC FC 70 20 0 38 1 5E 60 47
Octal 254 374 160 40 0 70 1 136 140 107
Binary 10101100 11111100 1110000 100000 0 111000 1 1011110 1100000 1000111

Color Harmonies of #ACFC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC70

Black with #ACFC70

Text Example


Text Example

White with #ACFC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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