#94AE50

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

Shades of Chelsea Cucumber #94AE50

Tints of Chelsea Cucumber #94AE50

Color information

#94AE50 (or 0x94AE50) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AE and 50. RGB value is (148,174,80). Sum of RGB (Red+Green+Blue) = 148+174+80=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AE50 is #6B51AF. Grayscale: #9B9B9B. Windows color (decimal): -7033264 or 5287572. OLE color: 5287572.

HSL color Cylindrical-coordinate representation of color #94AE50: hue angle of 76.6º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94AE50 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB14817480-
CMYK0.1500.540.32
HSL76.6º37.01%49.8%-
HSV(B)76.6º54.02%68.24%-
XYZ28.837.1513.24-
YUV155.5185.39122.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 80 (31.64% from 255) = 19.90%
R=36.82%
G=43.28%
B=19.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148174800.1500.540.3276.637.0149.8
Hex94AE50F036204d2532
Octal22425612017066401154562
Binary10010100101011101010000111101101101000001001101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,174,80); }

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

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

 a { background-color: rgb(148,174,80); }

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

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

 span { border-color: rgb(148,174,80); }

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