#94CC9A

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

Shades of Chinook #94CC9A

Tints of Chinook #94CC9A

Color information

#94CC9A (or 0x94CC9A) is unknown color: approx Chinook. HEX triplet: 94, CC and 9A. RGB value is (148,204,154). Sum of RGB (Red+Green+Blue) = 148+204+154=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CC9A is #6B3365. Grayscale: #B5B5B5. Windows color (decimal): -7025510 or 10144916. OLE color: 10144916.

HSL color Cylindrical-coordinate representation of color #94CC9A: hue angle of 126.43º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CC9A is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB148204154-
CMYK0.2700.250.2
HSL126.43º35.44%69.02%-
HSV(B)126.43º27.45%80%-
XYZ39.6451.8138.48-
YUV181.56112.45104.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.25%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=29.25%
G=40.32%
B=30.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041540.2700.250.2126.4335.4469.02
Hex94CC9A1B019147e2345
Octal224314232330312417643105
Binary100101001100110010011010110110110011010011111101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,204,154); }

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

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

 a { background-color: rgb(148,204,154); }

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

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

 span { border-color: rgb(148,204,154); }

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