Html Css Color HEX #ADAF9C Green Spring

📋 copy color: '#ADAF9C'

red 173 ◦ green 175 ◦ blue 156

#ADAF9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Spring #ADAF9C

Tints of Green Spring #ADAF9C

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 value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#ADAF9C (or 0xADAF9C) is known color: 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

RGB 173 175 156 -
CMYK 0.01 0 0.11 0.31
HSL 66.32º 0.11% 0.65% -
HSV(B) 66.32º 0.11% 0.69% -
XYZ 38.56 41.94 37.52 -
YUV 172.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 173 175 156 0.01 0 0.11 0.31 66.32 0.11 0.65
Hex AD AF 9C 1 0 B 1F 42 B 41
Octal 255 257 234 1 0 13 37 102 13 101
Binary 10101101 10101111 10011100 1 0 1011 11111 1000010 1011 1000001

Color Harmonies of #ADAF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF9C

Black with #ADAF9C

Text Example


Text Example

White with #ADAF9C

Text Example


Text Example

HTML Codes & Css Web 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>