#94AC63

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

Shades of Chelsea Cucumber #94AC63

Tints of Chelsea Cucumber #94AC63

Color information

#94AC63 (or 0x94AC63) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AC and 63. RGB value is (148,172,99). Sum of RGB (Red+Green+Blue) = 148+172+99=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC63 is #6B539C. Grayscale: #9C9C9C. Windows color (decimal): -7033757 or 6532244. OLE color: 6532244.

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

Color convert

RGB14817299-
CMYK0.1400.420.33
HSL79.73º30.54%53.14%-
HSV(B)79.73º42.44%67.45%-
XYZ29.2236.717.35-
YUV156.595.55121.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 99 (39.06% from 255) = 23.63%
R=35.32%
G=41.05%
B=23.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148172990.1400.420.3379.7330.5453.14
Hex94AC63E02A21501f35
Octal22425414316052411203765
Binary1001010010101100110001111100101010100001101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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