Html Css Color HEX #95C1AF Shadow Green

📋 copy color: '#95C1AF'

red 149 ◦ green 193 ◦ blue 175

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

Shades of Shadow Green #95C1AF

Tints of Shadow Green #95C1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.33%

 BLUE value IS 175 (68.75% from 255) = 33.85%

R = 28.82%
G = 37.33%
B = 33.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#95C1AF (or 0x95C1AF) is known color: Shadow Green. HEX triplet: 95, C1 and AF. RGB value is (149,193,175). Sum of RGB (Red+Green+Blue) = 149+193+175=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #95C1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C1AF is #6A3E50. Grayscale: #B1B1B1. Windows color (decimal): -6962769 or 11518357. OLE color: 11518357.

HSL color Cylindrical-coordinate representation of color #95C1AF: hue angle of 155.45º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95C1AF is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 193 175 -
CMYK 0.23 0 0.09 0.24
HSL 155.45º 0.26% 0.67% -
HSV(B) 155.45º 0.23% 0.76% -
XYZ 39.2 47.62 47.68 -
YUV 177.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 149 193 175 0.23 0 0.09 0.24 155.45 0.26 0.67
Hex 95 C1 AF 17 0 9 18 9B 1A 43
Octal 225 301 257 27 0 11 30 233 32 103
Binary 10010101 11000001 10101111 10111 0 1001 11000 10011011 11010 1000011

Color Harmonies of #95C1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C1AF

Black with #95C1AF

Text Example


Text Example

White with #95C1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,193,175); }

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

background-color css

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

 a { background-color: rgb(149,193,175); }

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

border-color css

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

 span { border-color: rgb(149,193,175); }

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