Html Css Color HEX #95C49E Summer Green

📋 copy color: '#95C49E'

red 149 ◦ green 196 ◦ blue 158

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

Shades of Summer Green #95C49E

Tints of Summer Green #95C49E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.97%

 BLUE value IS 158 (62.11% from 255) = 31.41%

R = 29.62%
G = 38.97%
B = 31.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#95C49E (or 0x95C49E) is known color: Summer Green. HEX triplet: 95, C4 and 9E. RGB value is (149,196,158). Sum of RGB (Red+Green+Blue) = 149+196+158=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #95C49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C49E is #6A3B61. Grayscale: #B1B1B1. Windows color (decimal): -6962018 or 10405013. OLE color: 10405013.

HSL color Cylindrical-coordinate representation of color #95C49E: hue angle of 131.49º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C49E is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 196 158 -
CMYK 0.24 0 0.19 0.23
HSL 131.49º 0.28% 0.68% -
HSV(B) 131.49º 0.24% 0.77% -
XYZ 38.31 48.34 39.66 -
YUV 177.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 149 196 158 0.24 0 0.19 0.23 131.49 0.28 0.68
Hex 95 C4 9E 18 0 13 17 83 1C 44
Octal 225 304 236 30 0 23 27 203 34 104
Binary 10010101 11000100 10011110 11000 0 10011 10111 10000011 11100 1000100

Color Harmonies of #95C49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C49E

Black with #95C49E

Text Example


Text Example

White with #95C49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,196,158); }

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

background-color css

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

 a { background-color: rgb(149,196,158); }

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

border-color css

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

 span { border-color: rgb(149,196,158); }

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