#94AD60

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

Shades of Chelsea Cucumber #94AD60

Tints of Chelsea Cucumber #94AD60

Color information

#94AD60 (or 0x94AD60) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AD and 60. RGB value is (148,173,96). Sum of RGB (Red+Green+Blue) = 148+173+96=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD60 is #6B529F. Grayscale: #9D9D9D. Windows color (decimal): -7033504 or 6335892. OLE color: 6335892.

HSL color Cylindrical-coordinate representation of color #94AD60: hue angle of 79.48º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94AD60 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB14817396-
CMYK0.1400.450.32
HSL79.48º31.95%52.75%-
HSV(B)79.48º44.51%67.84%-
XYZ29.2737.0316.67-
YUV156.7593.72121.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 173 (67.97% from 255) = 41.49%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=35.49%
G=41.49%
B=23.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148173960.1400.450.3279.4831.9552.75
Hex94AD60E02D204f2035
Octal22425514016055401174065
Binary10010100101011011100000111001011011000001001111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,173,96); }

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

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

 a { background-color: rgb(148,173,96); }

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

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

 span { border-color: rgb(148,173,96); }

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