#9AC198

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

Shades of Dark Sea Green #9AC198

Tints of Dark Sea Green #9AC198

Color information

#9AC198 (or 0x9AC198) is unknown color: approx Dark Sea Green. HEX triplet: 9A, C1 and 98. RGB value is (154,193,152). Sum of RGB (Red+Green+Blue) = 154+193+152=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC198 is #653E67. Grayscale: #B0B0B0. Windows color (decimal): -6635112 or 10011034. OLE color: 10011034.

HSL color Cylindrical-coordinate representation of color #9AC198: hue angle of 117.07º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC198 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB154193152-
CMYK0.2000.210.24
HSL117.07º24.85%67.65%-
HSV(B)117.07º21.24%75.69%-
XYZ38.0647.2836.82-
YUV176.66114.08111.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.86%
GREEN value IS 193 (75.78% from 255) = 38.68%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=30.86%
G=38.68%
B=30.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541931520.2000.210.24117.0724.8567.65
Hex9AC1981401518751944
Octal232301230240253016531104
Binary10011010110000011001100010100010101110001110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC198; }

 p { color: rgb(154,193,152); }

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

<style>
 a { background-color: #9AC198; }

 a { background-color: rgb(154,193,152); }

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

<style>
 span { border-color: #9AC198; }

 span { border-color: rgb(154,193,152); }

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