#ACF872

Color #ACF872 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #ACF872

Tints of Sulu #ACF872

Color information

#ACF872 (or 0xACF872) is unknown color: approx Sulu. HEX triplet: AC, F8 and 72. RGB value is (172,248,114). Sum of RGB (Red+Green+Blue) = 172+248+114=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF872 is #53078D. Grayscale: #D2D2D2. Windows color (decimal): -5441422 or 7534764. OLE color: 7534764.

HSL color Cylindrical-coordinate representation of color #ACF872: hue angle of 94.03º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACF872 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB172248114-
CMYK0.3100.540.03
HSL94.03º90.54%70.98%-
HSV(B)94.03º54.03%97.25%-
XYZ53.6277.1227.98-
YUV21073.82100.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 248 (97.27% from 255) = 46.44%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=32.21%
G=46.44%
B=21.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481140.3100.540.0394.0390.5470.98
HexACF8721F03635e5b47
Octal254370162370663136133107
Binary1010110011111000111001011111011011011101111010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF872; }

 p { color: rgb(172,248,114); }

 H1.HeaderClassName
 {
   color: #ACF872;
 }
 .AnyTagClassName
 {
   color: #ACF872;
 }
</style>
background-color css

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

 a { background-color: rgb(172,248,114); }

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

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

 span { border-color: rgb(172,248,114); }

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