#94D298

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

Shades of Chinook #94D298

Tints of Chinook #94D298

Color information

#94D298 (or 0x94D298) is unknown color: approx Chinook. HEX triplet: 94, D2 and 98. RGB value is (148,210,152). Sum of RGB (Red+Green+Blue) = 148+210+152=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #94D298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D298 is #6B2D67. Grayscale: #B9B9B9. Windows color (decimal): -7023976 or 10015380. OLE color: 10015380.

HSL color Cylindrical-coordinate representation of color #94D298: hue angle of 123.87º degrees, saturation: 0.41, 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 #94D298 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB148210152-
CMYK0.3000.280.18
HSL123.87º40.79%70.2%-
HSV(B)123.87º29.52%82.35%-
XYZ40.9354.6638.1-
YUV184.85109.46101.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.02%
GREEN value IS 210 (82.42% from 255) = 41.18%
BLUE value IS 152 (59.77% from 255) = 29.80%
R=29.02%
G=41.18%
B=29.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1482101520.3000.280.18123.8740.7970.2
Hex94D2981E01C127c2946
Octal224322230360342217451106
Binary100101001101001010011000111100111001001011111001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,210,152); }

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

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

 a { background-color: rgb(148,210,152); }

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

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

 span { border-color: rgb(148,210,152); }

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