#94CE99

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

Shades of Chinook #94CE99

Tints of Chinook #94CE99

Color information

#94CE99 (or 0x94CE99) is unknown color: approx Chinook. HEX triplet: 94, CE and 99. RGB value is (148,206,153). Sum of RGB (Red+Green+Blue) = 148+206+153=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CE99 is #6B3166. Grayscale: #B6B6B6. Windows color (decimal): -7024999 or 10079892. OLE color: 10079892.

HSL color Cylindrical-coordinate representation of color #94CE99: hue angle of 125.17º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CE99 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB148206153-
CMYK0.2800.260.19
HSL125.17º37.18%69.41%-
HSV(B)125.17º28.16%80.78%-
XYZ40.0352.7438.21-
YUV182.62111.28103.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.19%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 153 (60.16% from 255) = 30.18%
R=29.19%
G=40.63%
B=30.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482061530.2800.260.19125.1737.1869.41
Hex94CE991C01A137d2545
Octal224316231340322317545105
Binary100101001100111010011001111000110101001111111011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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