#9AC19A

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

Shades of Dark Sea Green #9AC19A

Tints of Dark Sea Green #9AC19A

Color information

#9AC19A (or 0x9AC19A) is unknown color: approx Dark Sea Green. HEX triplet: 9A, C1 and 9A. RGB value is (154,193,154). Sum of RGB (Red+Green+Blue) = 154+193+154=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC19A is #653E65. Grayscale: #B1B1B1. Windows color (decimal): -6635110 or 10142106. OLE color: 10142106.

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

Color convert

RGB154193154-
CMYK0.2000.200.24
HSL120º23.93%68.04%-
HSV(B)120º20.21%75.69%-
XYZ38.2347.3437.7-
YUV176.89115.08111.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 193 (75.78% from 255) = 38.52%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=30.74%
G=38.52%
B=30.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541931540.2000.200.2412023.9368.04
Hex9AC19A1401418781844
Octal232301232240243017030104
Binary10011010110000011001101010100010100110001111000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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