Html Css Color HEX #ADB09E Green Spring

📋 copy color: '#ADB09E'

red 173 ◦ green 176 ◦ blue 158

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

Shades of Green Spring #ADB09E

Tints of Green Spring #ADB09E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.71%

 BLUE value IS 158 (62.11% from 255) = 31.16%

R = 34.12%
G = 34.71%
B = 31.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#ADB09E (or 0xADB09E) is known color: Green Spring. HEX triplet: AD, B0 and 9E. RGB value is (173,176,158). Sum of RGB (Red+Green+Blue) = 173+176+158=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB09E is #524F61. Grayscale: #ADADAD. Windows color (decimal): -5394274 or 10399917. OLE color: 10399917.

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

Color convert

RGB 173 176 158 -
CMYK 0.02 0 0.10 0.31
HSL 70º 0.1% 0.65% -
HSV(B) 70º 0.1% 0.69% -
XYZ 38.93 42.4 38.48 -
YUV 173.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 173 176 158 0.02 0 0.10 0.31 70 0.1 0.65
Hex AD B0 9E 2 0 A 1F 46 A 41
Octal 255 260 236 2 0 12 37 106 12 101
Binary 10101101 10110000 10011110 10 0 1010 11111 1000110 1010 1000001

Color Harmonies of #ADB09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB09E

Black with #ADB09E

Text Example


Text Example

White with #ADB09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB09E; }

 p { color: rgb(173,176,158); }

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

background-color css

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

 a { background-color: rgb(173,176,158); }

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

border-color css

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

 span { border-color: rgb(173,176,158); }

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