#3ABA05

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

Shades of Kelly Green #3ABA05

Tints of Kelly Green #3ABA05

Color information

#3ABA05 (or 0x3ABA05) is unknown color: approx Kelly Green. HEX triplet: 3A, BA and 05. RGB value is (58,186,5). Sum of RGB (Red+Green+Blue) = 58+186+5=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 186 (73.05% from 255 or 74.70% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABA05 is #C545FA. Grayscale: #7F7F7F. Windows color (decimal): -12928507 or 375354. OLE color: 375354.

HSL color Cylindrical-coordinate representation of color #3ABA05: hue angle of 102.43º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3ABA05 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB581865-
CMYK0.6900.970.27
HSL102.43º94.76%37.45%-
HSV(B)102.43º97.31%72.94%-
XYZ19.3336.036.08-
YUV127.0959.0978.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.29%
GREEN value IS 186 (73.05% from 255) = 74.70%
BLUE value IS 5 (2.34% from 255) = 2.01%
R=23.29%
G=74.70%
B=2.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5818650.6900.970.27102.4394.7637.45
Hex3ABA5450611B665f25
Octal72272510501413314613745
Binary111010101110101011000101011000011101111001101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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