Html Css Color HEX #95C2AF Shadow Green

📋 copy color: '#95C2AF'

red 149 ◦ green 194 ◦ blue 175

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

Shades of Shadow Green #95C2AF

Tints of Shadow Green #95C2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.45%

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

R = 28.76%
G = 37.45%
B = 33.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#95C2AF (or 0x95C2AF) is known color: Shadow Green. HEX triplet: 95, C2 and AF. RGB value is (149,194,175). Sum of RGB (Red+Green+Blue) = 149+194+175=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #95C2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C2AF is #6A3D50. Grayscale: #B2B2B2. Windows color (decimal): -6962513 or 11518613. OLE color: 11518613.

HSL color Cylindrical-coordinate representation of color #95C2AF: hue angle of 154.67º degrees, saturation: 0.27, 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 #95C2AF is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 194 175 -
CMYK 0.23 0 0.10 0.24
HSL 154.67º 0.27% 0.67% -
HSV(B) 154.67º 0.23% 0.76% -
XYZ 39.42 48.07 47.76 -
YUV 178.38 126.09 107.04 -
System Red Green Blue C M Y K H S L
Decimal 149 194 175 0.23 0 0.10 0.24 154.67 0.27 0.67
Hex 95 C2 AF 17 0 A 18 9B 1B 43
Octal 225 302 257 27 0 12 30 233 33 103
Binary 10010101 11000010 10101111 10111 0 1010 11000 10011011 11011 1000011

Color Harmonies of #95C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C2AF

Black with #95C2AF

Text Example


Text Example

White with #95C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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