#5CBA1A

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

Shades of Kelly Green #5CBA1A

Tints of Kelly Green #5CBA1A

Color information

#5CBA1A (or 0x5CBA1A) is unknown color: approx Kelly Green. HEX triplet: 5C, BA and 1A. RGB value is (92,186,26). Sum of RGB (Red+Green+Blue) = 92+186+26=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CBA1A is #A345E5. Grayscale: #8C8C8C. Windows color (decimal): -10700262 or 1751644. OLE color: 1751644.

HSL color Cylindrical-coordinate representation of color #5CBA1A: hue angle of 95.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5CBA1A is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB9218626-
CMYK0.5100.860.27
HSL95.25º75.47%41.57%-
HSV(B)95.25º86.02%72.94%-
XYZ22.1637.477.04-
YUV139.6563.8694.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.26%
GREEN value IS 186 (73.05% from 255) = 61.18%
BLUE value IS 26 (10.55% from 255) = 8.55%
R=30.26%
G=61.18%
B=8.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92186260.5100.860.2795.2575.4741.57
Hex5CBA1A330561B5f4b2a
Octal134272326301263313711352
Binary10111001011101011010110011010101101101110111111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,186,26); }

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

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

 a { background-color: rgb(92,186,26); }

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

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

 span { border-color: rgb(92,186,26); }

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