#94AE62

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

Shades of Chelsea Cucumber #94AE62

Tints of Chelsea Cucumber #94AE62

Color information

#94AE62 (or 0x94AE62) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AE and 62. RGB value is (148,174,98). Sum of RGB (Red+Green+Blue) = 148+174+98=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AE62 is #6B519D. Grayscale: #9D9D9D. Windows color (decimal): -7033246 or 6467220. OLE color: 6467220.

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

Color convert

RGB14817498-
CMYK0.1500.440.32
HSL80.53º31.93%53.33%-
HSV(B)80.53º43.68%68.24%-
XYZ29.5537.4517.23-
YUV157.5694.39121.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 174 (68.36% from 255) = 41.43%
BLUE value IS 98 (38.67% from 255) = 23.33%
R=35.24%
G=41.43%
B=23.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148174980.1500.440.3280.5331.9353.33
Hex94AE62F02C20512035
Octal22425614217054401214065
Binary10010100101011101100010111101011001000001010001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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