#8ABA94

Color #8ABA94 Summer Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Green #8ABA94

Tints of Summer Green #8ABA94

Color information

#8ABA94 (or 0x8ABA94) is unknown color: approx Summer Green. HEX triplet: 8A, BA and 94. RGB value is (138,186,148). Sum of RGB (Red+Green+Blue) = 138+186+148=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABA94 is #75456B. Grayscale: #A7A7A7. Windows color (decimal): -7685484 or 9747082. OLE color: 9747082.

HSL color Cylindrical-coordinate representation of color #8ABA94: hue angle of 132.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8ABA94 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB138186148-
CMYK0.2600.200.27
HSL132.5º25.81%63.53%-
HSV(B)132.5º25.81%72.94%-
XYZ33.3942.6634.49-
YUV167.32117.1107.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.24%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=29.24%
G=39.41%
B=31.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381861480.2600.200.27132.525.8163.53
Hex8ABA941A0141B841a40
Octal212272224320243320432100
Binary100010101011101010010100110100101001101110000100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ABA94;
 }
 .AnyTagClassName
 {
   color: #8ABA94;
 }
</style>
background-color css

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

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

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

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

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

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