Html Css Color HEX #93D59F Chinook

📋 copy color: '#93D59F'

red 147 ◦ green 213 ◦ blue 159

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

Shades of Chinook #93D59F

Tints of Chinook #93D59F

RGB

 RED value IS 147 (57.81% from 255) = 28.32%

 GREEN value IS 213 (83.59% from 255) = 41.04%

 BLUE value IS 159 (62.5% from 255) = 30.64%

R = 28.32%
G = 41.04%
B = 30.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#93D59F (or 0x93D59F) is known color: Chinook. HEX triplet: 93, D5 and 9F. RGB value is (147,213,159). Sum of RGB (Red+Green+Blue) = 147+213+159=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #93D59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D59F is #6C2A60. Grayscale: #BBBBBB. Windows color (decimal): -7088737 or 10474899. OLE color: 10474899.

HSL color Cylindrical-coordinate representation of color #93D59F: hue angle of 130.91º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D59F is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 213 159 -
CMYK 0.31 0 0.25 0.16
HSL 130.91º 0.44% 0.71% -
HSV(B) 130.91º 0.31% 0.84% -
XYZ 42.08 56.29 41.45 -
YUV 187.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 147 213 159 0.31 0 0.25 0.16 130.91 0.44 0.71
Hex 93 D5 9F 1F 0 19 10 83 2C 47
Octal 223 325 237 37 0 31 20 203 54 107
Binary 10010011 11010101 10011111 11111 0 11001 10000 10000011 101100 1000111

Color Harmonies of #93D59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D59F

Black with #93D59F

Text Example


Text Example

White with #93D59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93D59F; }

 p { color: rgb(147,213,159); }

 H1.HeaderClassName
 {
   color: #93D59F;
 }
 .AnyTagClassName
 {
   color: #93D59F;
 }
</style>

background-color css

<style>
 a { background-color: #93D59F; }

 a { background-color: rgb(147,213,159); }

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

border-color css

<style>
 span { border-color: #93D59F; }

 span { border-color: rgb(147,213,159); }

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