#94AC54

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

Shades of Chelsea Cucumber #94AC54

Tints of Chelsea Cucumber #94AC54

Color information

#94AC54 (or 0x94AC54) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AC and 54. RGB value is (148,172,84). Sum of RGB (Red+Green+Blue) = 148+172+84=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AC54 is #6B53AB. Grayscale: #9B9B9B. Windows color (decimal): -7033772 or 5549204. OLE color: 5549204.

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

Color convert

RGB14817284-
CMYK0.1400.510.33
HSL76.36º34.65%50.2%-
HSV(B)76.36º51.16%67.45%-
XYZ28.5736.4413.92-
YUV154.7988.05123.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 84 (33.20% from 255) = 20.79%
R=36.63%
G=42.57%
B=20.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148172840.1400.510.3376.3634.6550.2
Hex94AC54E033214c2332
Octal22425412416063411144362
Binary10010100101011001010100111001100111000011001100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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