#8ABE94

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

Shades of Summer Green #8ABE94

Tints of Summer Green #8ABE94

Color information

#8ABE94 (or 0x8ABE94) is unknown color: approx Summer Green. HEX triplet: 8A, BE and 94. RGB value is (138,190,148). Sum of RGB (Red+Green+Blue) = 138+190+148=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABE94 is #75416B. Grayscale: #A9A9A9. Windows color (decimal): -7684460 or 9748106. OLE color: 9748106.

HSL color Cylindrical-coordinate representation of color #8ABE94: hue angle of 131.54º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABE94 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB138190148-
CMYK0.2700.220.25
HSL131.54º28.57%64.31%-
HSV(B)131.54º27.37%74.51%-
XYZ34.2444.3734.78-
YUV169.66115.77105.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.99%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=28.99%
G=39.92%
B=31.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381901480.2700.220.25131.5428.5764.31
Hex8ABE941B01619841d40
Octal212276224330263120435100
Binary100010101011111010010100110110101101100110000100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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