Html Css Color HEX #8AA295 Padua

📋 copy color: '#8AA295'

red 138 ◦ green 162 ◦ blue 149

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

Shades of Padua #8AA295

Tints of Padua #8AA295

RGB

 RED value IS 138 (54.3% from 255) = 30.73%

 GREEN value IS 162 (63.67% from 255) = 36.08%

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 30.73%
G = 36.08%
B = 33.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#8AA295 (or 0x8AA295) is known color: Padua. HEX triplet: 8A, A2 and 95. RGB value is (138,162,149). Sum of RGB (Red+Green+Blue) = 138+162+149=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA295 is #755D6A. Grayscale: #999999. Windows color (decimal): -7691627 or 9806474. OLE color: 9806474.

HSL color Cylindrical-coordinate representation of color #8AA295: hue angle of 147.5º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8AA295 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 162 149 -
CMYK 0.15 0 0.08 0.36
HSL 147.5º 0.11% 0.59% -
HSV(B) 147.5º 0.15% 0.64% -
XYZ 28.83 33.41 33.36 -
YUV 153.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 138 162 149 0.15 0 0.08 0.36 147.5 0.11 0.59
Hex 8A A2 95 F 0 8 24 94 B 3B
Octal 212 242 225 17 0 10 44 224 13 73
Binary 10001010 10100010 10010101 1111 0 1000 100100 10010100 1011 111011

Color Harmonies of #8AA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA295

Black with #8AA295

Text Example


Text Example

White with #8AA295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA295; }

 p { color: rgb(138,162,149); }

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

background-color css

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

 a { background-color: rgb(138,162,149); }

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

border-color css

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

 span { border-color: rgb(138,162,149); }

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