Html Css Color HEX #93D39E Chinook

📋 copy color: '#93D39E'

red 147 ◦ green 211 ◦ blue 158

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

Shades of Chinook #93D39E

Tints of Chinook #93D39E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.89%

 BLUE value IS 158 (62.11% from 255) = 30.62%

R = 28.49%
G = 40.89%
B = 30.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#93D39E (or 0x93D39E) is known color: Chinook. HEX triplet: 93, D3 and 9E. RGB value is (147,211,158). Sum of RGB (Red+Green+Blue) = 147+211+158=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #93D39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D39E is #6C2C61. Grayscale: #B9B9B9. Windows color (decimal): -7089250 or 10408851. OLE color: 10408851.

HSL color Cylindrical-coordinate representation of color #93D39E: hue angle of 130.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D39E is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 147 211 158 -
CMYK 0.30 0 0.25 0.17
HSL 130.31º 0.42% 0.7% -
HSV(B) 130.31º 0.3% 0.83% -
XYZ 41.5 55.26 40.83 -
YUV 185.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 147 211 158 0.30 0 0.25 0.17 130.31 0.42 0.7
Hex 93 D3 9E 1E 0 19 11 82 2A 46
Octal 223 323 236 36 0 31 21 202 52 106
Binary 10010011 11010011 10011110 11110 0 11001 10001 10000010 101010 1000110

Color Harmonies of #93D39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D39E

Black with #93D39E

Text Example


Text Example

White with #93D39E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,211,158); }

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

background-color css

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

 a { background-color: rgb(147,211,158); }

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

border-color css

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

 span { border-color: rgb(147,211,158); }

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