Html Css Color HEX #ADAF9F Green Spring

📋 copy color: '#ADAF9F'

red 173 ◦ green 175 ◦ blue 159

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

Shades of Green Spring #ADAF9F

Tints of Green Spring #ADAF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.36%

R = 34.12%
G = 34.52%
B = 31.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#ADAF9F (or 0xADAF9F) is known color: Green Spring. HEX triplet: AD, AF and 9F. RGB value is (173,175,159). Sum of RGB (Red+Green+Blue) = 173+175+159=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF9F is #525060. Grayscale: #ACACAC. Windows color (decimal): -5394529 or 10465197. OLE color: 10465197.

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

Color convert

RGB 173 175 159 -
CMYK 0.01 0 0.09 0.31
HSL 67.5º 0.09% 0.65% -
HSV(B) 67.5º 0.09% 0.69% -
XYZ 38.82 42.05 38.87 -
YUV 172.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 173 175 159 0.01 0 0.09 0.31 67.5 0.09 0.65
Hex AD AF 9F 1 0 9 1F 44 9 41
Octal 255 257 237 1 0 11 37 104 11 101
Binary 10101101 10101111 10011111 1 0 1001 11111 1000100 1001 1000001

Color Harmonies of #ADAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF9F

Black with #ADAF9F

Text Example


Text Example

White with #ADAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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