#93D19A

Color #93D19A Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #93D19A

Tints of Chinook #93D19A

Color information

#93D19A (or 0x93D19A) is unknown color: approx Chinook. HEX triplet: 93, D1 and 9A. RGB value is (147,209,154). Sum of RGB (Red+Green+Blue) = 147+209+154=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #93D19A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D19A is #6C2E65. Grayscale: #B8B8B8. Windows color (decimal): -7089766 or 10146195. OLE color: 10146195.

HSL color Cylindrical-coordinate representation of color #93D19A: hue angle of 126.77º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D19A is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB147209154-
CMYK0.3000.260.18
HSL126.77º40.26%69.8%-
HSV(B)126.77º29.67%81.96%-
XYZ40.6754.1438.88-
YUV184.19110.96101.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.82%
GREEN value IS 209 (82.03% from 255) = 40.98%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=28.82%
G=40.98%
B=30.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472091540.3000.260.18126.7740.2669.8
Hex93D19A1E01A127f2846
Octal223321232360322217750106
Binary100100111101000110011010111100110101001011111111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,209,154); }

 H1.HeaderClassName
 {
   color: #93D19A;
 }
 .AnyTagClassName
 {
   color: #93D19A;
 }
</style>
background-color css

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

 a { background-color: rgb(147,209,154); }

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

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

 span { border-color: rgb(147,209,154); }

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