#3BA60A

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

Shades of Kelly Green #3BA60A

Tints of Kelly Green #3BA60A

Color information

#3BA60A (or 0x3BA60A) is unknown color: approx Kelly Green. HEX triplet: 3B, A6 and 0A. RGB value is (59,166,10). Sum of RGB (Red+Green+Blue) = 59+166+10=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 166 (65.23% from 255 or 70.64% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA60A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA60A is #C459F5. Grayscale: #747474. Windows color (decimal): -12868086 or 697915. OLE color: 697915.

HSL color Cylindrical-coordinate representation of color #3BA60A: hue angle of 101.15º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3BA60A is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB5916610-
CMYK0.6400.940.35
HSL101.15º88.64%34.51%-
HSV(B)101.15º93.98%65.1%-
XYZ15.4928.224.92-
YUV116.2268.0587.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.11%
GREEN value IS 166 (65.23% from 255) = 70.64%
BLUE value IS 10 (4.30% from 255) = 4.26%
R=25.11%
G=70.64%
B=4.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal59166100.6400.940.35101.1588.6434.51
Hex3BA6A4005E23655923
Octal732461210001364314513143
Binary11101110100110101010000000101111010001111001011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,166,10); }

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

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

 a { background-color: rgb(59,166,10); }

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

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

 span { border-color: rgb(59,166,10); }

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