#ACF96C

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

Shades of Sulu #ACF96C

Tints of Sulu #ACF96C

Color information

#ACF96C (or 0xACF96C) is unknown color: approx Sulu. HEX triplet: AC, F9 and 6C. RGB value is (172,249,108). Sum of RGB (Red+Green+Blue) = 172+249+108=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF96C is #530693. Grayscale: #D2D2D2. Windows color (decimal): -5441172 or 7141804. OLE color: 7141804.

HSL color Cylindrical-coordinate representation of color #ACF96C: hue angle of 92.77º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACF96C is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB172249108-
CMYK0.3100.570.02
HSL92.77º92.16%70%-
HSV(B)92.77º56.63%97.65%-
XYZ53.677.626.34-
YUV209.970.49100.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 249 (97.66% from 255) = 47.07%
BLUE value IS 108 (42.58% from 255) = 20.42%
R=32.51%
G=47.07%
B=20.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722491080.3100.570.0292.7792.1670
HexACF96C1F03925d5c46
Octal254371154370712135134106
Binary1010110011111001110110011111011100110101110110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF96C; }

 p { color: rgb(172,249,108); }

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

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

 a { background-color: rgb(172,249,108); }

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

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

 span { border-color: rgb(172,249,108); }

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