Html Css Color HEX #95C090 Dark Sea Green

📋 copy color: '#95C090'

red 149 ◦ green 192 ◦ blue 144

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

Shades of Dark Sea Green #95C090

Tints of Dark Sea Green #95C090

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.59%

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

R = 30.72%
G = 39.59%
B = 29.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#95C090 (or 0x95C090) is known color: Dark Sea Green. HEX triplet: 95, C0 and 90. RGB value is (149,192,144). Sum of RGB (Red+Green+Blue) = 149+192+144=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #95C090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C090 is #6A3F6F. Grayscale: #ADADAD. Windows color (decimal): -6963056 or 9486485. OLE color: 9486485.

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

Color convert

RGB 149 192 144 -
CMYK 0.22 0 0.25 0.25
HSL 113.75º 0.28% 0.66% -
HSV(B) 113.75º 0.25% 0.75% -
XYZ 36.28 46.1 33.37 -
YUV 173.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 149 192 144 0.22 0 0.25 0.25 113.75 0.28 0.66
Hex 95 C0 90 16 0 19 19 72 1C 42
Octal 225 300 220 26 0 31 31 162 34 102
Binary 10010101 11000000 10010000 10110 0 11001 11001 1110010 11100 1000010

Color Harmonies of #95C090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C090

Black with #95C090

Text Example


Text Example

White with #95C090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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