Html Css Color HEX #95DC9D Chinook

📋 copy color: '#95DC9D'

red 149 ◦ green 220 ◦ blue 157

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

Shades of Chinook #95DC9D

Tints of Chinook #95DC9D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

 BLUE value IS 157 (61.72% from 255) = 29.85%

R = 28.33%
G = 41.83%
B = 29.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#95DC9D (or 0x95DC9D) is known color: Chinook. HEX triplet: 95, DC and 9D. RGB value is (149,220,157). Sum of RGB (Red+Green+Blue) = 149+220+157=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DC9D is #6A2362. Grayscale: #BFBFBF. Windows color (decimal): -6955875 or 10345621. OLE color: 10345621.

HSL color Cylindrical-coordinate representation of color #95DC9D: hue angle of 126.76º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DC9D is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 220 157 -
CMYK 0.32 0 0.29 0.14
HSL 126.76º 0.5% 0.72% -
HSV(B) 126.76º 0.32% 0.86% -
XYZ 44.07 60.01 41.16 -
YUV 191.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 149 220 157 0.32 0 0.29 0.14 126.76 0.5 0.72
Hex 95 DC 9D 20 0 1D E 7F 32 48
Octal 225 334 235 40 0 35 16 177 62 110
Binary 10010101 11011100 10011101 100000 0 11101 1110 1111111 110010 1001000

Color Harmonies of #95DC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DC9D

Black with #95DC9D

Text Example


Text Example

White with #95DC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,220,157); }

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

background-color css

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

 a { background-color: rgb(149,220,157); }

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

border-color css

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

 span { border-color: rgb(149,220,157); }

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