Html Css Color HEX #95C28C Dark Sea Green

📋 copy color: '#95C28C'

red 149 ◦ green 194 ◦ blue 140

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

Shades of Dark Sea Green #95C28C

Tints of Dark Sea Green #95C28C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 30.85%
G = 40.17%
B = 28.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#95C28C (or 0x95C28C) is known color: Dark Sea Green. HEX triplet: 95, C2 and 8C. RGB value is (149,194,140). Sum of RGB (Red+Green+Blue) = 149+194+140=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #95C28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C28C is #6A3D73. Grayscale: #AEAEAE. Windows color (decimal): -6962548 or 9224853. OLE color: 9224853.

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

Color convert

RGB 149 194 140 -
CMYK 0.23 0 0.28 0.24
HSL 110º 0.31% 0.65% -
HSV(B) 110º 0.28% 0.76% -
XYZ 36.42 46.87 31.94 -
YUV 174.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 149 194 140 0.23 0 0.28 0.24 110 0.31 0.65
Hex 95 C2 8C 17 0 1C 18 6E 1F 41
Octal 225 302 214 27 0 34 30 156 37 101
Binary 10010101 11000010 10001100 10111 0 11100 11000 1101110 11111 1000001

Color Harmonies of #95C28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C28C

Black with #95C28C

Text Example


Text Example

White with #95C28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,194,140); }

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

background-color css

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

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

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

border-color css

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

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

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