#5DBA0A

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

Shades of Kelly Green #5DBA0A

Tints of Kelly Green #5DBA0A

Color information

#5DBA0A (or 0x5DBA0A) is unknown color: approx Kelly Green. HEX triplet: 5D, BA and 0A. RGB value is (93,186,10). Sum of RGB (Red+Green+Blue) = 93+186+10=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBA0A is #A245F5. Grayscale: #8A8A8A. Windows color (decimal): -10634742 or 703069. OLE color: 703069.

HSL color Cylindrical-coordinate representation of color #5DBA0A: hue angle of 91.7º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5DBA0A is Cyan = 0.5, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB9318610-
CMYK0.500.950.27
HSL91.7º89.8%38.43%-
HSV(B)91.7º94.62%72.94%-
XYZ22.1337.476.35-
YUV138.1355.6995.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.18%
GREEN value IS 186 (73.05% from 255) = 64.36%
BLUE value IS 10 (4.30% from 255) = 3.46%
R=32.18%
G=64.36%
B=3.46%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93186100.500.950.2791.789.838.43
Hex5DBAA3205F1B5c5a26
Octal135272126201373313413246
Binary1011101101110101010110010010111111101110111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,186,10); }

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

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

 a { background-color: rgb(93,186,10); }

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

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

 span { border-color: rgb(93,186,10); }

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