Html Css Color HEX #9AC097 Dark Sea Green

📋 copy color: '#9AC097'

red 154 ◦ green 192 ◦ blue 151

#9AC097
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #9AC097

Tints of Dark Sea Green #9AC097

RGB

 RED value IS 154 (60.55% from 255) = 30.99%

 GREEN value IS 192 (75.39% from 255) = 38.63%

 BLUE value IS 151 (59.38% from 255) = 30.38%

R = 30.99%
G = 38.63%
B = 30.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#9AC097 (or 0x9AC097) is known color: Dark Sea Green. HEX triplet: 9A, C0 and 97. RGB value is (154,192,151). Sum of RGB (Red+Green+Blue) = 154+192+151=497 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.99% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC097 is #653F68. Grayscale: #B0B0B0. Windows color (decimal): -6635369 or 9945242. OLE color: 9945242.

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

Color convert

RGB 154 192 151 -
CMYK 0.20 0 0.21 0.25
HSL 115.61º 0.25% 0.67% -
HSV(B) 115.61º 0.21% 0.75% -
XYZ 37.76 46.8 36.32 -
YUV 175.96 113.91 112.33 -
System Red Green Blue C M Y K H S L
Decimal 154 192 151 0.20 0 0.21 0.25 115.61 0.25 0.67
Hex 9A C0 97 14 0 15 19 74 19 43
Octal 232 300 227 24 0 25 31 164 31 103
Binary 10011010 11000000 10010111 10100 0 10101 11001 1110100 11001 1000011

Color Harmonies of #9AC097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC097

Black with #9AC097

Text Example


Text Example

White with #9AC097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,192,151); }

 H1.HeaderClassName
 {
   color: #9AC097;
 }
 .AnyTagClassName
 {
   color: #9AC097;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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