#ADAF9E

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

Shades of Green Spring #ADAF9E

Tints of Green Spring #ADAF9E

Color information

#ADAF9E (or 0xADAF9E) is unknown color: approx Green Spring. HEX triplet: AD, AF and 9E. RGB value is (173,175,158). Sum of RGB (Red+Green+Blue) = 173+175+158=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF9E is #525061. Grayscale: #ACACAC. Windows color (decimal): -5394530 or 10399661. OLE color: 10399661.

HSL color Cylindrical-coordinate representation of color #ADAF9E: hue angle of 67.06º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADAF9E is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB173175158-
CMYK0.0100.100.31
HSL67.06º9.6%65.29%-
HSV(B)67.06º9.71%68.63%-
XYZ38.7442.0138.42-
YUV172.46119.84128.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=34.19%
G=34.58%
B=31.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731751580.0100.100.3167.069.665.29
HexADAF9E10A1F43a41
Octal25525723610123710312101
Binary10101101101011111001111010101011111100001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF9E; }

 p { color: rgb(173,175,158); }

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

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

 a { background-color: rgb(173,175,158); }

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

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

 span { border-color: rgb(173,175,158); }

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