#94AF51

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

Shades of Chelsea Cucumber #94AF51

Tints of Chelsea Cucumber #94AF51

Color information

#94AF51 (or 0x94AF51) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AF and 51. RGB value is (148,175,81). Sum of RGB (Red+Green+Blue) = 148+175+81=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF51 is #6B50AE. Grayscale: #9C9C9C. Windows color (decimal): -7033007 or 5353364. OLE color: 5353364.

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

Color convert

RGB14817581-
CMYK0.1500.540.31
HSL77.23º37.01%50.2%-
HSV(B)77.23º53.71%68.63%-
XYZ29.0337.5513.5-
YUV156.2185.55122.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 81 (32.03% from 255) = 20.05%
R=36.63%
G=43.32%
B=20.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148175810.1500.540.3177.2337.0150.2
Hex94AF51F0361F4d2532
Octal22425712117066371154562
Binary1001010010101111101000111110110110111111001101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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