#ACF16E

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

Shades of Sulu #ACF16E

Tints of Sulu #ACF16E

Color information

#ACF16E (or 0xACF16E) is unknown color: approx Sulu. HEX triplet: AC, F1 and 6E. RGB value is (172,241,110). Sum of RGB (Red+Green+Blue) = 172+241+110=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF16E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF16E is #530E91. Grayscale: #CDCDCD. Windows color (decimal): -5443218 or 7270828. OLE color: 7270828.

HSL color Cylindrical-coordinate representation of color #ACF16E: hue angle of 91.6º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACF16E is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB172241110-
CMYK0.2900.540.05
HSL91.6º82.39%68.82%-
HSV(B)91.6º54.36%94.51%-
XYZ51.2872.8126.1-
YUV205.4374.14104.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 241 (94.53% from 255) = 46.08%
BLUE value IS 110 (43.36% from 255) = 21.03%
R=32.89%
G=46.08%
B=21.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722411100.2900.540.0591.682.3968.82
HexACF16E1D03655c5245
Octal254361156350665134122105
Binary10101100111100011101110111010110110101101110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF16E; }

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

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

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

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

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

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

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

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