#5FA322

Color #5FA322 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5FA322

Tints of Limeade #5FA322

Color information

#5FA322 (or 0x5FA322) is unknown color: approx Limeade. HEX triplet: 5F, A3 and 22. RGB value is (95,163,34). Sum of RGB (Red+Green+Blue) = 95+163+34=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA322 is #A05CDD. Grayscale: #808080. Windows color (decimal): -10509534 or 2270047. OLE color: 2270047.

HSL color Cylindrical-coordinate representation of color #5FA322: hue angle of 91.63º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FA322 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB9516334-
CMYK0.4200.790.36
HSL91.63º65.48%38.63%-
HSV(B)91.63º79.14%63.92%-
XYZ18.1128.746.11-
YUV127.9674.97104.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.53%
GREEN value IS 163 (64.06% from 255) = 55.82%
BLUE value IS 34 (13.67% from 255) = 11.64%
R=32.53%
G=55.82%
B=11.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95163340.4200.790.3691.6365.4838.63
Hex5FA3222A04F245c4127
Octal137243425201174413410147
Binary1011111101000111000101010100100111110010010111001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA322; }

 p { color: rgb(95,163,34); }

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

<style>
 a { background-color: #5FA322; }

 a { background-color: rgb(95,163,34); }

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

<style>
 span { border-color: #5FA322; }

 span { border-color: rgb(95,163,34); }

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