#5CBA12

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

Shades of Kelly Green #5CBA12

Tints of Kelly Green #5CBA12

Color information

#5CBA12 (or 0x5CBA12) is unknown color: approx Kelly Green. HEX triplet: 5C, BA and 12. RGB value is (92,186,18). Sum of RGB (Red+Green+Blue) = 92+186+18=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5CBA12 is #A345ED. Grayscale: #8B8B8B. Windows color (decimal): -10700270 or 1227356. OLE color: 1227356.

HSL color Cylindrical-coordinate representation of color #5CBA12: hue angle of 93.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5CBA12 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB9218618-
CMYK0.5100.900.27
HSL93.57º82.35%40%-
HSV(B)93.57º90.32%72.94%-
XYZ22.0837.446.63-
YUV138.7459.8694.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.08%
GREEN value IS 186 (73.05% from 255) = 62.84%
BLUE value IS 18 (7.42% from 255) = 6.08%
R=31.08%
G=62.84%
B=6.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92186180.5100.900.2793.5782.3540
Hex5CBA123305A1B5e5228
Octal134272226301323313612250
Binary10111001011101010010110011010110101101110111101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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