Html Css Color HEX #8AA294 Padua

📋 copy color: '#8AA294'

red 138 ◦ green 162 ◦ blue 148

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

Shades of Padua #8AA294

Tints of Padua #8AA294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 30.8%
G = 36.16%
B = 33.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#8AA294 (or 0x8AA294) is known color: Padua. HEX triplet: 8A, A2 and 94. RGB value is (138,162,148). Sum of RGB (Red+Green+Blue) = 138+162+148=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA294 is #755D6B. Grayscale: #999999. Windows color (decimal): -7691628 or 9740938. OLE color: 9740938.

HSL color Cylindrical-coordinate representation of color #8AA294: hue angle of 145º 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 #8AA294 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 162 148 -
CMYK 0.15 0 0.09 0.36
HSL 145º 0.11% 0.59% -
HSV(B) 145º 0.15% 0.64% -
XYZ 28.75 33.38 32.95 -
YUV 153.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 138 162 148 0.15 0 0.09 0.36 145 0.11 0.59
Hex 8A A2 94 F 0 9 24 91 B 3B
Octal 212 242 224 17 0 11 44 221 13 73
Binary 10001010 10100010 10010100 1111 0 1001 100100 10010001 1011 111011

Color Harmonies of #8AA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA294

Black with #8AA294

Text Example


Text Example

White with #8AA294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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