#ACF86E

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

Shades of Sulu #ACF86E

Tints of Sulu #ACF86E

Color information

#ACF86E (or 0xACF86E) is unknown color: approx Sulu. HEX triplet: AC, F8 and 6E. RGB value is (172,248,110). Sum of RGB (Red+Green+Blue) = 172+248+110=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF86E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF86E is #530791. Grayscale: #D2D2D2. Windows color (decimal): -5441426 or 7272620. OLE color: 7272620.

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

Color convert

RGB172248110-
CMYK0.3100.560.03
HSL93.04º90.79%70.2%-
HSV(B)93.04º55.65%97.25%-
XYZ53.477.0326.81-
YUV209.5471.82101.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 248 (97.27% from 255) = 46.79%
BLUE value IS 110 (43.36% from 255) = 20.75%
R=32.45%
G=46.79%
B=20.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481100.3100.560.0393.0490.7970.2
HexACF86E1F03835d5b46
Octal254370156370703135133106
Binary1010110011111000110111011111011100011101110110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF86E; }

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

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

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

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

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

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

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

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