#3AC10E

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

Shades of Kelly Green #3AC10E

Tints of Kelly Green #3AC10E

Color information

#3AC10E (or 0x3AC10E) is unknown color: approx Kelly Green. HEX triplet: 3A, C1 and 0E. RGB value is (58,193,14). Sum of RGB (Red+Green+Blue) = 58+193+14=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 193 (75.78% from 255 or 72.83% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC10E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC10E is #C53EF1. Grayscale: #848484. Windows color (decimal): -12926706 or 966970. OLE color: 966970.

HSL color Cylindrical-coordinate representation of color #3AC10E: hue angle of 105.25º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AC10E is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB5819314-
CMYK0.7000.930.24
HSL105.25º86.47%40.59%-
HSV(B)105.25º92.75%75.69%-
XYZ20.8939.076.86-
YUV132.2361.2775.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.89%
GREEN value IS 193 (75.78% from 255) = 72.83%
BLUE value IS 14 (5.86% from 255) = 5.28%
R=21.89%
G=72.83%
B=5.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58193140.7000.930.24105.2586.4740.59
Hex3AC1E4605D18695629
Octal723011610601353015112651
Binary1110101100000111101000110010111011100011010011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,193,14); }

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

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

 a { background-color: rgb(58,193,14); }

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

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

 span { border-color: rgb(58,193,14); }

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