#94D099

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

Shades of Chinook #94D099

Tints of Chinook #94D099

Color information

#94D099 (or 0x94D099) is unknown color: approx Chinook. HEX triplet: 94, D0 and 99. RGB value is (148,208,153). Sum of RGB (Red+Green+Blue) = 148+208+153=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #94D099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D099 is #6B2F66. Grayscale: #B7B7B7. Windows color (decimal): -7024487 or 10080404. OLE color: 10080404.

HSL color Cylindrical-coordinate representation of color #94D099: hue angle of 125º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D099 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB148208153-
CMYK0.2900.260.18
HSL125º38.96%69.8%-
HSV(B)125º28.85%81.57%-
XYZ40.5253.7138.37-
YUV183.79110.62102.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.08%
GREEN value IS 208 (81.64% from 255) = 40.86%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=29.08%
G=40.86%
B=30.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482081530.2900.260.1812538.9669.8
Hex94D0991D01A127d2746
Octal224320231350322217547106
Binary100101001101000010011001111010110101001011111011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D099; }

 p { color: rgb(148,208,153); }

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

<style>
 a { background-color: #94D099; }

 a { background-color: rgb(148,208,153); }

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

<style>
 span { border-color: #94D099; }

 span { border-color: rgb(148,208,153); }

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