Html Css Color HEX #ADAFA5 Green Spring

📋 copy color: '#ADAFA5'

red 173 ◦ green 175 ◦ blue 165

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

Shades of Green Spring #ADAFA5

Tints of Green Spring #ADAFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.16%

R = 33.72%
G = 34.11%
B = 32.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#ADAFA5 (or 0xADAFA5) is known color: Green Spring. HEX triplet: AD, AF and A5. RGB value is (173,175,165). Sum of RGB (Red+Green+Blue) = 173+175+165=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAFA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFA5 is #52505A. Grayscale: #ADADAD. Windows color (decimal): -5394523 or 10858413. OLE color: 10858413.

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

Color convert

RGB 173 175 165 -
CMYK 0.01 0 0.06 0.31
HSL 72º 0.06% 0.67% -
HSV(B) 72º 0.06% 0.69% -
XYZ 39.36 42.26 41.68 -
YUV 173.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 173 175 165 0.01 0 0.06 0.31 72 0.06 0.67
Hex AD AF A5 1 0 6 1F 48 6 43
Octal 255 257 245 1 0 6 37 110 6 103
Binary 10101101 10101111 10100101 1 0 110 11111 1001000 110 1000011

Color Harmonies of #ADAFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAFA5

Black with #ADAFA5

Text Example


Text Example

White with #ADAFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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