#94AF61

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

Shades of Chelsea Cucumber #94AF61

Tints of Chelsea Cucumber #94AF61

Color information

#94AF61 (or 0x94AF61) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AF and 61. RGB value is (148,175,97). Sum of RGB (Red+Green+Blue) = 148+175+97=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF61 is #6B509E. Grayscale: #9E9E9E. Windows color (decimal): -7032991 or 6401940. OLE color: 6401940.

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

Color convert

RGB14817597-
CMYK0.1500.450.31
HSL80.77º32.77%53.33%-
HSV(B)80.77º44.57%68.63%-
XYZ29.737.8217.04-
YUV158.0393.55120.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=35.24%
G=41.67%
B=23.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148175970.1500.450.3180.7732.7753.33
Hex94AF61F02D1F512135
Octal22425714117055371214165
Binary1001010010101111110000111110101101111111010001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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