Html Css Color HEX #ADAF9B Green Spring

📋 copy color: '#ADAF9B'

red 173 ◦ green 175 ◦ blue 155

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

Shades of Green Spring #ADAF9B

Tints of Green Spring #ADAF9B

RGB

 RED value IS 173 (67.97% from 255) = 34.39%

 GREEN value IS 175 (68.75% from 255) = 34.79%

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 34.39%
G = 34.79%
B = 30.82%

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

#ADAF9B (or 0xADAF9B) is known color: Green Spring. HEX triplet: AD, AF and 9B. RGB value is (173,175,155). Sum of RGB (Red+Green+Blue) = 173+175+155=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF9B is #525064. Grayscale: #ACACAC. Windows color (decimal): -5394533 or 10203053. OLE color: 10203053.

HSL color Cylindrical-coordinate representation of color #ADAF9B: hue angle of 66º 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 #ADAF9B is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 175 155 -
CMYK 0.01 0 0.11 0.31
HSL 66º 0.11% 0.65% -
HSV(B) 66º 0.11% 0.69% -
XYZ 38.48 41.91 37.07 -
YUV 172.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 173 175 155 0.01 0 0.11 0.31 66 0.11 0.65
Hex AD AF 9B 1 0 B 1F 42 B 41
Octal 255 257 233 1 0 13 37 102 13 101
Binary 10101101 10101111 10011011 1 0 1011 11111 1000010 1011 1000001

Color Harmonies of #ADAF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF9B

Black with #ADAF9B

Text Example


Text Example

White with #ADAF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF9B; }

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

 H1.HeaderClassName
 {
   color: #ADAF9B;
 }
 .AnyTagClassName
 {
   color: #ADAF9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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