Html Css Color HEX #95CB90 Dark Sea Green

📋 copy color: '#95CB90'

red 149 ◦ green 203 ◦ blue 144

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

Shades of Dark Sea Green #95CB90

Tints of Dark Sea Green #95CB90

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.93%

 BLUE value IS 144 (56.64% from 255) = 29.03%

R = 30.04%
G = 40.93%
B = 29.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#95CB90 (or 0x95CB90) is known color: Dark Sea Green. HEX triplet: 95, CB and 90. RGB value is (149,203,144). Sum of RGB (Red+Green+Blue) = 149+203+144=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CB90 is #6A346F. Grayscale: #B4B4B4. Windows color (decimal): -6960240 or 9489301. OLE color: 9489301.

HSL color Cylindrical-coordinate representation of color #95CB90: hue angle of 114.92º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95CB90 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 203 144 -
CMYK 0.27 0 0.29 0.20
HSL 114.92º 0.36% 0.68% -
HSV(B) 114.92º 0.29% 0.8% -
XYZ 38.78 51.12 34.21 -
YUV 180.13 107.61 105.8 -
System Red Green Blue C M Y K H S L
Decimal 149 203 144 0.27 0 0.29 0.20 114.92 0.36 0.68
Hex 95 CB 90 1B 0 1D 14 73 24 44
Octal 225 313 220 33 0 35 24 163 44 104
Binary 10010101 11001011 10010000 11011 0 11101 10100 1110011 100100 1000100

Color Harmonies of #95CB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CB90

Black with #95CB90

Text Example


Text Example

White with #95CB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,203,144); }

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

background-color css

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

 a { background-color: rgb(149,203,144); }

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

border-color css

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

 span { border-color: rgb(149,203,144); }

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