#ADAF9C

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

Shades of Green Spring #ADAF9C

Tints of Green Spring #ADAF9C

Color information

#ADAF9C (or 0xADAF9C) is unknown color: approx Green Spring. HEX triplet: AD, AF and 9C. RGB value is (173,175,156). Sum of RGB (Red+Green+Blue) = 173+175+156=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF9C is #525063. Grayscale: #ACACAC. Windows color (decimal): -5394532 or 10268589. OLE color: 10268589.

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

Color convert

RGB173175156-
CMYK0.0100.110.31
HSL66.32º10.61%64.9%-
HSV(B)66.32º10.86%68.63%-
XYZ38.5641.9437.52-
YUV172.24118.84128.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=34.33%
G=34.72%
B=30.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731751560.0100.110.3166.3210.6164.9
HexADAF9C10B1F42b41
Octal25525723410133710213101
Binary10101101101011111001110010101111111100001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF9C; }

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

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

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

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

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

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

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

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