Html Css Color HEX #9AC09B Dark Sea Green

📋 copy color: '#9AC09B'

red 154 ◦ green 192 ◦ blue 155

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

Shades of Dark Sea Green #9AC09B

Tints of Dark Sea Green #9AC09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.94%

R = 30.74%
G = 38.32%
B = 30.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#9AC09B (or 0x9AC09B) is known color: Dark Sea Green. HEX triplet: 9A, C0 and 9B. RGB value is (154,192,155). Sum of RGB (Red+Green+Blue) = 154+192+155=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC09B is #653F64. Grayscale: #B0B0B0. Windows color (decimal): -6635365 or 10207386. OLE color: 10207386.

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

Color convert

RGB 154 192 155 -
CMYK 0.20 0 0.19 0.25
HSL 121.58º 0.23% 0.68% -
HSV(B) 121.58º 0.2% 0.75% -
XYZ 38.09 46.94 38.06 -
YUV 176.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 154 192 155 0.20 0 0.19 0.25 121.58 0.23 0.68
Hex 9A C0 9B 14 0 13 19 7A 17 44
Octal 232 300 233 24 0 23 31 172 27 104
Binary 10011010 11000000 10011011 10100 0 10011 11001 1111010 10111 1000100

Color Harmonies of #9AC09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC09B

Black with #9AC09B

Text Example


Text Example

White with #9AC09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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