#3AC40A

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

Shades of Kelly Green #3AC40A

Tints of Kelly Green #3AC40A

Color information

#3AC40A (or 0x3AC40A) is unknown color: approx Kelly Green. HEX triplet: 3A, C4 and 0A. RGB value is (58,196,10). Sum of RGB (Red+Green+Blue) = 58+196+10=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 196 (76.95% from 255 or 74.24% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC40A is #C53BF5. Grayscale: #868686. Windows color (decimal): -12925942 or 705594. OLE color: 705594.

HSL color Cylindrical-coordinate representation of color #3AC40A: hue angle of 104.52º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AC40A is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB5819610-
CMYK0.7000.950.23
HSL104.52º90.29%40.39%-
HSV(B)104.52º94.9%76.86%-
XYZ21.5440.46.95-
YUV133.5358.2874.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.97%
GREEN value IS 196 (76.95% from 255) = 74.24%
BLUE value IS 10 (4.30% from 255) = 3.79%
R=21.97%
G=74.24%
B=3.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal58196100.7000.950.23104.5290.2940.39
Hex3AC4A4605F17695a28
Octal723041210601372715113250
Binary1110101100010010101000110010111111011111010011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,196,10); }

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

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

 a { background-color: rgb(58,196,10); }

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

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

 span { border-color: rgb(58,196,10); }

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