#3AA112

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

Shades of Kelly Green #3AA112

Tints of Kelly Green #3AA112

Color information

#3AA112 (or 0x3AA112) is unknown color: approx Kelly Green. HEX triplet: 3A, A1 and 12. RGB value is (58,161,18). Sum of RGB (Red+Green+Blue) = 58+161+18=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 161 (63.28% from 255 or 67.93% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 161 - color contains mainly: green. Hex color #3AA112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA112 is #C55EED. Grayscale: #727272. Windows color (decimal): -12934894 or 1220922. OLE color: 1220922.

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

Color convert

RGB5816118-
CMYK0.6400.890.37
HSL103.22º79.89%35.1%-
HSV(B)103.22º88.82%63.14%-
XYZ14.626.434.9-
YUV113.973.8888.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.47%
GREEN value IS 161 (63.28% from 255) = 67.93%
BLUE value IS 18 (7.42% from 255) = 7.59%
R=24.47%
G=67.93%
B=7.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal58161180.6400.890.37103.2279.8935.1
Hex3AA1124005925675023
Octal722412210001314514712043
Binary111010101000011001010000000101100110010111001111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,161,18); }

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

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

 a { background-color: rgb(58,161,18); }

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

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

 span { border-color: rgb(58,161,18); }

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