#93AF60

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

Shades of Chelsea Cucumber #93AF60

Tints of Chelsea Cucumber #93AF60

Color information

#93AF60 (or 0x93AF60) is unknown color: approx Chelsea Cucumber. HEX triplet: 93, AF and 60. RGB value is (147,175,96). Sum of RGB (Red+Green+Blue) = 147+175+96=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AF60 is #6C509F. Grayscale: #9D9D9D. Windows color (decimal): -7098528 or 6336403. OLE color: 6336403.

HSL color Cylindrical-coordinate representation of color #93AF60: hue angle of 81.27º 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 #93AF60 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB14717596-
CMYK0.1600.450.31
HSL81.27º33.05%53.14%-
HSV(B)81.27º45.14%68.63%-
XYZ29.4737.7116.79-
YUV157.6293.22120.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=35.17%
G=41.87%
B=22.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147175960.1600.450.3181.2733.0553.14
Hex93AF601002D1F512135
Octal22325714020055371214165
Binary10010011101011111100000100000101101111111010001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AF60; }

 p { color: rgb(147,175,96); }

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

<style>
 a { background-color: #93AF60; }

 a { background-color: rgb(147,175,96); }

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

<style>
 span { border-color: #93AF60; }

 span { border-color: rgb(147,175,96); }

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