Html Css Color HEX #95C28D Dark Sea Green

📋 copy color: '#95C28D'

red 149 ◦ green 194 ◦ blue 141

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

Shades of Dark Sea Green #95C28D

Tints of Dark Sea Green #95C28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 30.79%
G = 40.08%
B = 29.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#95C28D (or 0x95C28D) is known color: Dark Sea Green. HEX triplet: 95, C2 and 8D. RGB value is (149,194,141). Sum of RGB (Red+Green+Blue) = 149+194+141=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #95C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C28D is #6A3D72. Grayscale: #AEAEAE. Windows color (decimal): -6962547 or 9290389. OLE color: 9290389.

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

Color convert

RGB 149 194 141 -
CMYK 0.23 0 0.27 0.24
HSL 110.94º 0.3% 0.66% -
HSV(B) 110.94º 0.27% 0.76% -
XYZ 36.49 46.9 32.33 -
YUV 174.5 109.09 109.81 -
System Red Green Blue C M Y K H S L
Decimal 149 194 141 0.23 0 0.27 0.24 110.94 0.3 0.66
Hex 95 C2 8D 17 0 1B 18 6F 1E 42
Octal 225 302 215 27 0 33 30 157 36 102
Binary 10010101 11000010 10001101 10111 0 11011 11000 1101111 11110 1000010

Color Harmonies of #95C28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C28D

Black with #95C28D

Text Example


Text Example

White with #95C28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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