#94D498

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

Shades of Chinook #94D498

Tints of Chinook #94D498

Color information

#94D498 (or 0x94D498) is unknown color: approx Chinook. HEX triplet: 94, D4 and 98. RGB value is (148,212,152). Sum of RGB (Red+Green+Blue) = 148+212+152=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #94D498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D498 is #6B2B67. Grayscale: #BABABA. Windows color (decimal): -7023464 or 10015892. OLE color: 10015892.

HSL color Cylindrical-coordinate representation of color #94D498: hue angle of 123.75º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D498 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB148212152-
CMYK0.3000.280.17
HSL123.75º42.67%70.59%-
HSV(B)123.75º30.19%83.14%-
XYZ41.4255.6538.26-
YUV186.02108.8100.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 212 (83.20% from 255) = 41.41%
BLUE value IS 152 (59.77% from 255) = 29.69%
R=28.91%
G=41.41%
B=29.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1482121520.3000.280.17123.7542.6770.59
Hex94D4981E01C117c2b47
Octal224324230360342117453107
Binary100101001101010010011000111100111001000111111001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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