Html Css Color HEX #9ACB96 Dark Sea Green

📋 copy color: '#9ACB96'

red 154 ◦ green 203 ◦ blue 150

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

Shades of Dark Sea Green #9ACB96

Tints of Dark Sea Green #9ACB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.04%

 BLUE value IS 150 (58.98% from 255) = 29.59%

R = 30.37%
G = 40.04%
B = 29.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#9ACB96 (or 0x9ACB96) is known color: Dark Sea Green. HEX triplet: 9A, CB and 96. RGB value is (154,203,150). Sum of RGB (Red+Green+Blue) = 154+203+150=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACB96 is #653469. Grayscale: #B6B6B6. Windows color (decimal): -6632554 or 9882522. OLE color: 9882522.

HSL color Cylindrical-coordinate representation of color #9ACB96: hue angle of 115.47º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ACB96 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 203 150 -
CMYK 0.24 0 0.26 0.20
HSL 115.47º 0.34% 0.69% -
HSV(B) 115.47º 0.26% 0.8% -
XYZ 40.19 51.78 36.73 -
YUV 182.31 109.77 107.81 -
System Red Green Blue C M Y K H S L
Decimal 154 203 150 0.24 0 0.26 0.20 115.47 0.34 0.69
Hex 9A CB 96 18 0 1A 14 73 22 45
Octal 232 313 226 30 0 32 24 163 42 105
Binary 10011010 11001011 10010110 11000 0 11010 10100 1110011 100010 1000101

Color Harmonies of #9ACB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACB96

Black with #9ACB96

Text Example


Text Example

White with #9ACB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,203,150); }

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

background-color css

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

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

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

border-color css

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

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

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