Html Css Color HEX #9AC098 Dark Sea Green

📋 copy color: '#9AC098'

red 154 ◦ green 192 ◦ blue 152

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

Shades of Dark Sea Green #9AC098

Tints of Dark Sea Green #9AC098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.52%

R = 30.92%
G = 38.55%
B = 30.52%

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

#9AC098 (or 0x9AC098) is known color: Dark Sea Green. HEX triplet: 9A, C0 and 98. RGB value is (154,192,152). Sum of RGB (Red+Green+Blue) = 154+192+152=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC098 is #653F67. Grayscale: #B0B0B0. Windows color (decimal): -6635368 or 10010778. OLE color: 10010778.

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

Color convert

RGB 154 192 152 -
CMYK 0.20 0 0.21 0.25
HSL 117º 0.24% 0.67% -
HSV(B) 117º 0.21% 0.75% -
XYZ 37.84 46.84 36.75 -
YUV 176.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 154 192 152 0.20 0 0.21 0.25 117 0.24 0.67
Hex 9A C0 98 14 0 15 19 75 18 43
Octal 232 300 230 24 0 25 31 165 30 103
Binary 10011010 11000000 10011000 10100 0 10101 11001 1110101 11000 1000011

Color Harmonies of #9AC098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC098

Black with #9AC098

Text Example


Text Example

White with #9AC098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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