Html Css Color HEX #93D49D Chinook

📋 copy color: '#93D49D'

red 147 ◦ green 212 ◦ blue 157

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

Shades of Chinook #93D49D

Tints of Chinook #93D49D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.09%

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

R = 28.49%
G = 41.09%
B = 30.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#93D49D (or 0x93D49D) is known color: Chinook. HEX triplet: 93, D4 and 9D. RGB value is (147,212,157). Sum of RGB (Red+Green+Blue) = 147+212+157=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #93D49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D49D is #6C2B62. Grayscale: #BABABA. Windows color (decimal): -7088995 or 10343571. OLE color: 10343571.

HSL color Cylindrical-coordinate representation of color #93D49D: hue angle of 129.23º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D49D is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 147 212 157 -
CMYK 0.31 0 0.26 0.17
HSL 129.23º 0.43% 0.7% -
HSV(B) 129.23º 0.31% 0.83% -
XYZ 41.66 55.72 40.46 -
YUV 186.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 147 212 157 0.31 0 0.26 0.17 129.23 0.43 0.7
Hex 93 D4 9D 1F 0 1A 11 81 2B 46
Octal 223 324 235 37 0 32 21 201 53 106
Binary 10010011 11010100 10011101 11111 0 11010 10001 10000001 101011 1000110

Color Harmonies of #93D49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D49D

Black with #93D49D

Text Example


Text Example

White with #93D49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,212,157); }

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

background-color css

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

 a { background-color: rgb(147,212,157); }

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

border-color css

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

 span { border-color: rgb(147,212,157); }

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