#94AF64

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

Shades of Chelsea Cucumber #94AF64

Tints of Chelsea Cucumber #94AF64

Color information

#94AF64 (or 0x94AF64) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AF and 64. RGB value is (148,175,100). Sum of RGB (Red+Green+Blue) = 148+175+100=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF64 is #6B509B. Grayscale: #9E9E9E. Windows color (decimal): -7032988 or 6598548. OLE color: 6598548.

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

Color convert

RGB148175100-
CMYK0.1500.430.31
HSL81.6º31.91%53.92%-
HSV(B)81.6º42.86%68.63%-
XYZ29.8437.8817.79-
YUV158.3895.05120.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=34.99%
G=41.37%
B=23.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481751000.1500.430.3181.631.9153.92
Hex94AF64F02B1F522036
Octal22425714417053371224066
Binary1001010010101111110010011110101011111111010010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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