#94AF57

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

Shades of Chelsea Cucumber #94AF57

Tints of Chelsea Cucumber #94AF57

Color information

#94AF57 (or 0x94AF57) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AF and 57. RGB value is (148,175,87). Sum of RGB (Red+Green+Blue) = 148+175+87=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF57 is #6B50A8. Grayscale: #9D9D9D. Windows color (decimal): -7033001 or 5746580. OLE color: 5746580.

HSL color Cylindrical-coordinate representation of color #94AF57: hue angle of 78.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94AF57 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB14817587-
CMYK0.1500.500.31
HSL78.41º35.48%51.37%-
HSV(B)78.41º50.29%68.63%-
XYZ29.2637.6414.74-
YUV156.8988.55121.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 175 (68.75% from 255) = 42.68%
BLUE value IS 87 (34.38% from 255) = 21.22%
R=36.10%
G=42.68%
B=21.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148175870.1500.500.3178.4135.4851.37
Hex94AF57F0321F4e2333
Octal22425712717062371164363
Binary1001010010101111101011111110110010111111001110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,175,87); }

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

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

 a { background-color: rgb(148,175,87); }

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

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

 span { border-color: rgb(148,175,87); }

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