Html Css Color HEX #96C99A Dark Sea Green

📋 copy color: '#96C99A'

red 150 ◦ green 201 ◦ blue 154

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

Shades of Dark Sea Green #96C99A

Tints of Dark Sea Green #96C99A

RGB

 RED value IS 150 (58.98% from 255) = 29.7%

 GREEN value IS 201 (78.91% from 255) = 39.8%

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

R = 29.7%
G = 39.8%
B = 30.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#96C99A (or 0x96C99A) is known color: Dark Sea Green. HEX triplet: 96, C9 and 9A. RGB value is (150,201,154). Sum of RGB (Red+Green+Blue) = 150+201+154=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #96C99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C99A is #693665. Grayscale: #B4B4B4. Windows color (decimal): -6895206 or 10144150. OLE color: 10144150.

HSL color Cylindrical-coordinate representation of color #96C99A: hue angle of 124.71º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C99A is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 201 154 -
CMYK 0.25 0 0.23 0.21
HSL 124.71º 0.32% 0.69% -
HSV(B) 124.71º 0.25% 0.79% -
XYZ 39.3 50.59 38.27 -
YUV 180.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 150 201 154 0.25 0 0.23 0.21 124.71 0.32 0.69
Hex 96 C9 9A 19 0 17 15 7D 20 45
Octal 226 311 232 31 0 27 25 175 40 105
Binary 10010110 11001001 10011010 11001 0 10111 10101 1111101 100000 1000101

Color Harmonies of #96C99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C99A

Black with #96C99A

Text Example


Text Example

White with #96C99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C99A; }

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

 H1.HeaderClassName
 {
   color: #96C99A;
 }
 .AnyTagClassName
 {
   color: #96C99A;
 }
</style>

background-color css

<style>
 a { background-color: #96C99A; }

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

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

border-color css

<style>
 span { border-color: #96C99A; }

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

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