#8AB97A

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

Shades of Dark Sea Green #8AB97A

Tints of Dark Sea Green #8AB97A

Color information

#8AB97A (or 0x8AB97A) is unknown color: approx Dark Sea Green. HEX triplet: 8A, B9 and 7A. RGB value is (138,185,122). Sum of RGB (Red+Green+Blue) = 138+185+122=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB97A is #754685. Grayscale: #A3A3A3. Windows color (decimal): -7685766 or 8042890. OLE color: 8042890.

HSL color Cylindrical-coordinate representation of color #8AB97A: hue angle of 104.76º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AB97A is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB138185122-
CMYK0.2500.340.27
HSL104.76º31.03%60.2%-
HSV(B)104.76º34.05%72.55%-
XYZ31.3441.5124.77-
YUV163.76104.43109.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.01%
GREEN value IS 185 (72.66% from 255) = 41.57%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=31.01%
G=41.57%
B=27.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381851220.2500.340.27104.7631.0360.2
Hex8AB97A190221B691f3c
Octal21227117231042331513774
Binary1000101010111001111101011001010001011011110100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,185,122); }

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

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

 a { background-color: rgb(138,185,122); }

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

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

 span { border-color: rgb(138,185,122); }

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