Html Css Color HEX #95C095 Dark Sea Green

📋 copy color: '#95C095'

red 149 ◦ green 192 ◦ blue 149

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

Shades of Dark Sea Green #95C095

Tints of Dark Sea Green #95C095

RGB

 RED value IS 149 (58.59% from 255) = 30.41%

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

 BLUE value IS 149 (58.59% from 255) = 30.41%

R = 30.41%
G = 39.18%
B = 30.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#95C095 (or 0x95C095) is known color: Dark Sea Green. HEX triplet: 95, C0 and 95. RGB value is (149,192,149). Sum of RGB (Red+Green+Blue) = 149+192+149=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #95C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C095 is #6A3F6A. Grayscale: #AEAEAE. Windows color (decimal): -6963051 or 9814165. OLE color: 9814165.

HSL color Cylindrical-coordinate representation of color #95C095: hue angle of 120º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95C095 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 149 -
CMYK 0.22 0 0.22 0.25
HSL 120º 0.25% 0.67% -
HSV(B) 120º 0.22% 0.75% -
XYZ 36.67 46.26 35.43 -
YUV 174.24 113.75 110 -
System Red Green Blue C M Y K H S L
Decimal 149 192 149 0.22 0 0.22 0.25 120 0.25 0.67
Hex 95 C0 95 16 0 16 19 78 19 43
Octal 225 300 225 26 0 26 31 170 31 103
Binary 10010101 11000000 10010101 10110 0 10110 11001 1111000 11001 1000011

Color Harmonies of #95C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C095

Black with #95C095

Text Example


Text Example

White with #95C095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C095; }

 p { color: rgb(149,192,149); }

 H1.HeaderClassName
 {
   color: #95C095;
 }
 .AnyTagClassName
 {
   color: #95C095;
 }
</style>

background-color css

<style>
 a { background-color: #95C095; }

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

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

border-color css

<style>
 span { border-color: #95C095; }

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

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