Html Css Color HEX #ACFE70 Sulu

📋 copy color: '#ACFE70'

red 172 ◦ green 254 ◦ blue 112

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

Shades of Sulu #ACFE70

Tints of Sulu #ACFE70

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.21%

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

R = 31.97%
G = 47.21%
B = 20.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#ACFE70 (or 0xACFE70) is known color: Sulu. HEX triplet: AC, FE and 70. RGB value is (172,254,112). Sum of RGB (Red+Green+Blue) = 172+254+112=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE70 is #53018F. Grayscale: #D5D5D5. Windows color (decimal): -5439888 or 7405228. OLE color: 7405228.

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

Color convert

RGB 172 254 112 -
CMYK 0.32 0 0.56 0.00
HSL 94.65º 0.99% 0.72% -
HSV(B) 94.65º 0.56% 1% -
XYZ 55.38 80.82 28.01 -
YUV 213.29 70.83 98.55 -
System Red Green Blue C M Y K H S L
Decimal 172 254 112 0.32 0 0.56 0.00 94.65 0.99 0.72
Hex AC FE 70 20 0 38 0 5F 63 48
Octal 254 376 160 40 0 70 0 137 143 110
Binary 10101100 11111110 1110000 100000 0 111000 0 1011111 1100011 1001000

Color Harmonies of #ACFE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE70

Black with #ACFE70

Text Example


Text Example

White with #ACFE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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