#5AC201

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

Shades of Kelly Green #5AC201

Tints of Kelly Green #5AC201

Color information

#5AC201 (or 0x5AC201) is unknown color: approx Kelly Green. HEX triplet: 5A, C2 and 01. RGB value is (90,194,1). Sum of RGB (Red+Green+Blue) = 90+194+1=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 194 (76.17% from 255 or 68.07% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC201 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC201 is #A53DFE. Grayscale: #8D8D8D. Windows color (decimal): -10829311 or 115290. OLE color: 115290.

HSL color Cylindrical-coordinate representation of color #5AC201: hue angle of 92.33º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5AC201 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB901941-
CMYK0.5400.990.24
HSL92.33º98.97%38.24%-
HSV(B)92.33º99.48%76.08%-
XYZ23.5140.766.66-
YUV140.949.0491.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 194 (76.17% from 255) = 68.07%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=31.58%
G=68.07%
B=0.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal9019410.5400.990.2492.3398.9738.24
Hex5AC2136063185c6326
Octal13230216601433013414346
Binary1011010110000101110110011000111100010111001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,194,1); }

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

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

 a { background-color: rgb(90,194,1); }

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

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

 span { border-color: rgb(90,194,1); }

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