#3ABA13

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

Shades of Kelly Green #3ABA13

Tints of Kelly Green #3ABA13

Color information

#3ABA13 (or 0x3ABA13) is unknown color: approx Kelly Green. HEX triplet: 3A, BA and 13. RGB value is (58,186,19). Sum of RGB (Red+Green+Blue) = 58+186+19=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABA13 is #C545EC. Grayscale: #818181. Windows color (decimal): -12928493 or 1292858. OLE color: 1292858.

HSL color Cylindrical-coordinate representation of color #3ABA13: hue angle of 105.99º degrees, saturation: 0.81, 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 #3ABA13 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB5818619-
CMYK0.6900.900.27
HSL105.99º81.46%40.2%-
HSV(B)105.99º89.78%72.94%-
XYZ19.4236.066.55-
YUV128.6966.0977.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 186 (73.05% from 255) = 70.72%
BLUE value IS 19 (7.81% from 255) = 7.22%
R=22.05%
G=70.72%
B=7.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58186190.6900.900.27105.9981.4640.2
Hex3ABA134505A1B6a5128
Octal722722310501323315212150
Binary11101010111010100111000101010110101101111010101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ABA13; }

 p { color: rgb(58,186,19); }

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

<style>
 a { background-color: #3ABA13; }

 a { background-color: rgb(58,186,19); }

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

<style>
 span { border-color: #3ABA13; }

 span { border-color: rgb(58,186,19); }

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