Html Css Color HEX #95C38D Dark Sea Green

📋 copy color: '#95C38D'

red 149 ◦ green 195 ◦ blue 141

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

Shades of Dark Sea Green #95C38D

Tints of Dark Sea Green #95C38D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.21%

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

R = 30.72%
G = 40.21%
B = 29.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#95C38D (or 0x95C38D) is known color: Dark Sea Green. HEX triplet: 95, C3 and 8D. RGB value is (149,195,141). Sum of RGB (Red+Green+Blue) = 149+195+141=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #95C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C38D is #6A3C72. Grayscale: #AFAFAF. Windows color (decimal): -6962291 or 9290645. OLE color: 9290645.

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

Color convert

RGB 149 195 141 -
CMYK 0.24 0 0.28 0.24
HSL 111.11º 0.31% 0.66% -
HSV(B) 111.11º 0.28% 0.76% -
XYZ 36.72 47.34 32.4 -
YUV 175.09 108.76 109.39 -
System Red Green Blue C M Y K H S L
Decimal 149 195 141 0.24 0 0.28 0.24 111.11 0.31 0.66
Hex 95 C3 8D 18 0 1C 18 6F 1F 42
Octal 225 303 215 30 0 34 30 157 37 102
Binary 10010101 11000011 10001101 11000 0 11100 11000 1101111 11111 1000010

Color Harmonies of #95C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C38D

Black with #95C38D

Text Example


Text Example

White with #95C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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