#ADF96D

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

Shades of Sulu #ADF96D

Tints of Sulu #ADF96D

Color information

#ADF96D (or 0xADF96D) is unknown color: approx Sulu. HEX triplet: AD, F9 and 6D. RGB value is (173,249,109). Sum of RGB (Red+Green+Blue) = 173+249+109=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF96D is #520692. Grayscale: #D2D2D2. Windows color (decimal): -5375635 or 7207341. OLE color: 7207341.

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

Color convert

RGB173249109-
CMYK0.3100.560.02
HSL92.57º92.11%70.2%-
HSV(B)92.57º56.22%97.65%-
XYZ53.8777.7426.63-
YUV210.3270.82101.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 249 (97.66% from 255) = 46.89%
BLUE value IS 109 (42.97% from 255) = 20.53%
R=32.58%
G=46.89%
B=20.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732491090.3100.560.0292.5792.1170.2
HexADF96D1F03825d5c46
Octal255371155370702135134106
Binary1010110111111001110110111111011100010101110110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF96D; }

 p { color: rgb(173,249,109); }

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

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

 a { background-color: rgb(173,249,109); }

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

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

 span { border-color: rgb(173,249,109); }

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