Html Css Color HEX #99C494 Dark Sea Green

📋 copy color: '#99C494'

red 153 ◦ green 196 ◦ blue 148

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

Shades of Dark Sea Green #99C494

Tints of Dark Sea Green #99C494

RGB

 RED value IS 153 (60.16% from 255) = 30.78%

 GREEN value IS 196 (76.95% from 255) = 39.44%

 BLUE value IS 148 (58.2% from 255) = 29.78%

R = 30.78%
G = 39.44%
B = 29.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#99C494 (or 0x99C494) is known color: Dark Sea Green. HEX triplet: 99, C4 and 94. RGB value is (153,196,148). Sum of RGB (Red+Green+Blue) = 153+196+148=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #99C494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C494 is #663B6B. Grayscale: #B1B1B1. Windows color (decimal): -6699884 or 9749657. OLE color: 9749657.

HSL color Cylindrical-coordinate representation of color #99C494: hue angle of 113.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C494 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 196 148 -
CMYK 0.22 0 0.24 0.23
HSL 113.75º 0.29% 0.67% -
HSV(B) 113.75º 0.24% 0.77% -
XYZ 38.22 48.39 35.34 -
YUV 177.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 153 196 148 0.22 0 0.24 0.23 113.75 0.29 0.67
Hex 99 C4 94 16 0 18 17 72 1D 43
Octal 231 304 224 26 0 30 27 162 35 103
Binary 10011001 11000100 10010100 10110 0 11000 10111 1110010 11101 1000011

Color Harmonies of #99C494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C494

Black with #99C494

Text Example


Text Example

White with #99C494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99C494; }

 p { color: rgb(153,196,148); }

 H1.HeaderClassName
 {
   color: #99C494;
 }
 .AnyTagClassName
 {
   color: #99C494;
 }
</style>

background-color css

<style>
 a { background-color: #99C494; }

 a { background-color: rgb(153,196,148); }

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

border-color css

<style>
 span { border-color: #99C494; }

 span { border-color: rgb(153,196,148); }

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