#ADF16E

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

Shades of Sulu #ADF16E

Tints of Sulu #ADF16E

Color information

#ADF16E (or 0xADF16E) is unknown color: approx Sulu. HEX triplet: AD, F1 and 6E. RGB value is (173,241,110). Sum of RGB (Red+Green+Blue) = 173+241+110=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF16E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF16E is #520E91. Grayscale: #CECECE. Windows color (decimal): -5377682 or 7270829. OLE color: 7270829.

HSL color Cylindrical-coordinate representation of color #ADF16E: hue angle of 91.15º 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 #ADF16E is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB173241110-
CMYK0.2800.540.05
HSL91.15º82.39%68.82%-
HSV(B)91.15º54.36%94.51%-
XYZ51.572.9226.11-
YUV205.7373.97104.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 241 (94.53% from 255) = 45.99%
BLUE value IS 110 (43.36% from 255) = 20.99%
R=33.02%
G=45.99%
B=20.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732411100.2800.540.0591.1582.3968.82
HexADF16E1C03655b5245
Octal255361156340665133122105
Binary10101101111100011101110111000110110101101101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF16E; }

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

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

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

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

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

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

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

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