Html Css Color HEX #ADAFA6 Green Spring

📋 copy color: '#ADAFA6'

red 173 ◦ green 175 ◦ blue 166

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

Shades of Green Spring #ADAFA6

Tints of Green Spring #ADAFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.3%

R = 33.66%
G = 34.05%
B = 32.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#ADAFA6 (or 0xADAFA6) is known color: Green Spring. HEX triplet: AD, AF and A6. RGB value is (173,175,166). Sum of RGB (Red+Green+Blue) = 173+175+166=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFA6 is #525059. Grayscale: #ADADAD. Windows color (decimal): -5394522 or 10923949. OLE color: 10923949.

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

Color convert

RGB 173 175 166 -
CMYK 0.01 0 0.05 0.31
HSL 73.33º 0.05% 0.67% -
HSV(B) 73.33º 0.05% 0.69% -
XYZ 39.45 42.3 42.16 -
YUV 173.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 173 175 166 0.01 0 0.05 0.31 73.33 0.05 0.67
Hex AD AF A6 1 0 5 1F 49 5 43
Octal 255 257 246 1 0 5 37 111 5 103
Binary 10101101 10101111 10100110 1 0 101 11111 1001001 101 1000011

Color Harmonies of #ADAFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAFA6

Black with #ADAFA6

Text Example


Text Example

White with #ADAFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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