Html Css Color HEX #96CA96 Dark Sea Green

📋 copy color: '#96CA96'

red 150 ◦ green 202 ◦ blue 150

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

Shades of Dark Sea Green #96CA96

Tints of Dark Sea Green #96CA96

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.24%

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

R = 29.88%
G = 40.24%
B = 29.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#96CA96 (or 0x96CA96) is known color: Dark Sea Green. HEX triplet: 96, CA and 96. RGB value is (150,202,150). Sum of RGB (Red+Green+Blue) = 150+202+150=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA96 is #693569. Grayscale: #B4B4B4. Windows color (decimal): -6894954 or 9882262. OLE color: 9882262.

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

Color convert

RGB 150 202 150 -
CMYK 0.26 0 0.26 0.21
HSL 120º 0.33% 0.69% -
HSV(B) 120º 0.26% 0.79% -
XYZ 39.2 50.93 36.62 -
YUV 180.52 110.77 106.23 -
System Red Green Blue C M Y K H S L
Decimal 150 202 150 0.26 0 0.26 0.21 120 0.33 0.69
Hex 96 CA 96 1A 0 1A 15 78 21 45
Octal 226 312 226 32 0 32 25 170 41 105
Binary 10010110 11001010 10010110 11010 0 11010 10101 1111000 100001 1000101

Color Harmonies of #96CA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA96

Black with #96CA96

Text Example


Text Example

White with #96CA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,202,150); }

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

background-color css

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

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

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

border-color css

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

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

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