#94AC60

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

Shades of Chelsea Cucumber #94AC60

Tints of Chelsea Cucumber #94AC60

Color information

#94AC60 (or 0x94AC60) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AC and 60. RGB value is (148,172,96). Sum of RGB (Red+Green+Blue) = 148+172+96=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC60 is #6B539F. Grayscale: #9C9C9C. Windows color (decimal): -7033760 or 6335636. OLE color: 6335636.

HSL color Cylindrical-coordinate representation of color #94AC60: hue angle of 78.95º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94AC60 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB14817296-
CMYK0.1400.440.33
HSL78.95º31.4%52.55%-
HSV(B)78.95º44.19%67.45%-
XYZ29.0836.6516.61-
YUV156.1694.05122.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 172 (67.58% from 255) = 41.35%
BLUE value IS 96 (37.89% from 255) = 23.08%
R=35.58%
G=41.35%
B=23.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148172960.1400.440.3378.9531.452.55
Hex94AC60E02C214f1f35
Octal22425414016054411173765
Binary1001010010101100110000011100101100100001100111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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