#ADFA6C

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

Shades of Sulu #ADFA6C

Tints of Sulu #ADFA6C

Color information

#ADFA6C (or 0xADFA6C) is unknown color: approx Sulu. HEX triplet: AD, FA and 6C. RGB value is (173,250,108). Sum of RGB (Red+Green+Blue) = 173+250+108=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #ADFA6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFA6C is #520593. Grayscale: #D3D3D3. Windows color (decimal): -5375380 or 7142061. OLE color: 7142061.

HSL color Cylindrical-coordinate representation of color #ADFA6C: hue angle of 92.54º degrees, saturation: 0.93, 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 #ADFA6C is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB173250108-
CMYK0.3100.570.02
HSL92.54º93.42%70.2%-
HSV(B)92.54º56.8%98.04%-
XYZ54.1378.3426.46-
YUV210.7969.99101.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 250 (98.05% from 255) = 47.08%
BLUE value IS 108 (42.58% from 255) = 20.34%
R=32.58%
G=47.08%
B=20.34%

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
Decimal1732501080.3100.570.0292.5493.4270.2
HexADFA6C1F03925d5d46
Octal255372154370712135135106
Binary1010110111111010110110011111011100110101110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFA6C; }

 p { color: rgb(173,250,108); }

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

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

 a { background-color: rgb(173,250,108); }

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

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

 span { border-color: rgb(173,250,108); }

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