#94AF4A

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

Shades of Chelsea Cucumber #94AF4A

Tints of Chelsea Cucumber #94AF4A

Color information

#94AF4A (or 0x94AF4A) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AF and 4A. RGB value is (148,175,74). Sum of RGB (Red+Green+Blue) = 148+175+74=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AF4A is #6B50B5. Grayscale: #9B9B9B. Windows color (decimal): -7033014 or 4894612. OLE color: 4894612.

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

Color convert

RGB14817574-
CMYK0.1500.580.31
HSL76.04º40.56%48.82%-
HSV(B)76.04º57.71%68.63%-
XYZ28.7837.4512.19-
YUV155.4182.05122.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=37.28%
G=44.08%
B=18.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148175740.1500.580.3176.0440.5648.82
Hex94AF4AF03A1F4c2931
Octal22425711217072371145161
Binary1001010010101111100101011110111010111111001100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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