Html Css Color HEX #95C98D Dark Sea Green

📋 copy color: '#95C98D'

red 149 ◦ green 201 ◦ blue 141

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

Shades of Dark Sea Green #95C98D

Tints of Dark Sea Green #95C98D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.94%

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

R = 30.35%
G = 40.94%
B = 28.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#95C98D (or 0x95C98D) is known color: Dark Sea Green. HEX triplet: 95, C9 and 8D. RGB value is (149,201,141). Sum of RGB (Red+Green+Blue) = 149+201+141=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #95C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C98D is #6A3672. Grayscale: #B2B2B2. Windows color (decimal): -6960755 or 9292181. OLE color: 9292181.

HSL color Cylindrical-coordinate representation of color #95C98D: hue angle of 112º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95C98D is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 201 141 -
CMYK 0.26 0 0.30 0.21
HSL 112º 0.36% 0.67% -
HSV(B) 112º 0.3% 0.79% -
XYZ 38.09 50.09 32.86 -
YUV 178.61 106.77 106.88 -
System Red Green Blue C M Y K H S L
Decimal 149 201 141 0.26 0 0.30 0.21 112 0.36 0.67
Hex 95 C9 8D 1A 0 1E 15 70 24 43
Octal 225 311 215 32 0 36 25 160 44 103
Binary 10010101 11001001 10001101 11010 0 11110 10101 1110000 100100 1000011

Color Harmonies of #95C98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C98D

Black with #95C98D

Text Example


Text Example

White with #95C98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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