Html Css Color HEX #9AC298 Dark Sea Green

📋 copy color: '#9AC298'

red 154 ◦ green 194 ◦ blue 152

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

Shades of Dark Sea Green #9AC298

Tints of Dark Sea Green #9AC298

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.8%

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

R = 30.8%
G = 38.8%
B = 30.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#9AC298 (or 0x9AC298) is known color: Dark Sea Green. HEX triplet: 9A, C2 and 98. RGB value is (154,194,152). Sum of RGB (Red+Green+Blue) = 154+194+152=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC298 is #653D67. Grayscale: #B1B1B1. Windows color (decimal): -6634856 or 10011290. OLE color: 10011290.

HSL color Cylindrical-coordinate representation of color #9AC298: hue angle of 117.14º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AC298 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 194 152 -
CMYK 0.21 0 0.22 0.24
HSL 117.14º 0.26% 0.68% -
HSV(B) 117.14º 0.22% 0.76% -
XYZ 38.29 47.72 36.9 -
YUV 177.25 113.75 111.42 -
System Red Green Blue C M Y K H S L
Decimal 154 194 152 0.21 0 0.22 0.24 117.14 0.26 0.68
Hex 9A C2 98 15 0 16 18 75 1A 44
Octal 232 302 230 25 0 26 30 165 32 104
Binary 10011010 11000010 10011000 10101 0 10110 11000 1110101 11010 1000100

Color Harmonies of #9AC298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC298

Black with #9AC298

Text Example


Text Example

White with #9AC298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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