Html Css Color HEX #9BC09A Dark Sea Green

📋 copy color: '#9BC09A'

red 155 ◦ green 192 ◦ blue 154

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

Shades of Dark Sea Green #9BC09A

Tints of Dark Sea Green #9BC09A

RGB

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

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

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

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

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #9BC09A: hue angle of 118.42º 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 #9BC09A is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 154 -
CMYK 0.19 0 0.20 0.25
HSL 118.42º 0.23% 0.68% -
HSV(B) 118.42º 0.2% 0.75% -
XYZ 38.2 47 37.63 -
YUV 176.61 115.24 112.59 -
System Red Green Blue C M Y K H S L
Decimal 155 192 154 0.19 0 0.20 0.25 118.42 0.23 0.68
Hex 9B C0 9A 13 0 14 19 76 17 44
Octal 233 300 232 23 0 24 31 166 27 104
Binary 10011011 11000000 10011010 10011 0 10100 11001 1110110 10111 1000100

Color Harmonies of #9BC09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC09A

Black with #9BC09A

Text Example


Text Example

White with #9BC09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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