Html Css Color HEX #95C58E Dark Sea Green

📋 copy color: '#95C58E'

red 149 ◦ green 197 ◦ blue 142

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

Shades of Dark Sea Green #95C58E

Tints of Dark Sea Green #95C58E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.37%

 BLUE value IS 142 (55.86% from 255) = 29.1%

R = 30.53%
G = 40.37%
B = 29.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#95C58E (or 0x95C58E) is known color: Dark Sea Green. HEX triplet: 95, C5 and 8E. RGB value is (149,197,142). Sum of RGB (Red+Green+Blue) = 149+197+142=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #95C58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C58E is #6A3A71. Grayscale: #B0B0B0. Windows color (decimal): -6961778 or 9356693. OLE color: 9356693.

HSL color Cylindrical-coordinate representation of color #95C58E: hue angle of 112.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95C58E is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 197 142 -
CMYK 0.24 0 0.28 0.23
HSL 112.36º 0.32% 0.66% -
HSV(B) 112.36º 0.28% 0.77% -
XYZ 37.24 48.28 32.95 -
YUV 176.38 108.6 108.47 -
System Red Green Blue C M Y K H S L
Decimal 149 197 142 0.24 0 0.28 0.23 112.36 0.32 0.66
Hex 95 C5 8E 18 0 1C 17 70 20 42
Octal 225 305 216 30 0 34 27 160 40 102
Binary 10010101 11000101 10001110 11000 0 11100 10111 1110000 100000 1000010

Color Harmonies of #95C58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C58E

Black with #95C58E

Text Example


Text Example

White with #95C58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,197,142); }

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

background-color css

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

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

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

border-color css

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

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

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