#3CAD12

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

Shades of Kelly Green #3CAD12

Tints of Kelly Green #3CAD12

Color information

#3CAD12 (or 0x3CAD12) is unknown color: approx Kelly Green. HEX triplet: 3C, AD and 12. RGB value is (60,173,18). Sum of RGB (Red+Green+Blue) = 60+173+18=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 173 (67.97% from 255 or 68.92% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAD12 is #C352ED. Grayscale: #7A7A7A. Windows color (decimal): -12800750 or 1223996. OLE color: 1223996.

HSL color Cylindrical-coordinate representation of color #3CAD12: hue angle of 103.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3CAD12 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB6017318-
CMYK0.6500.900.32
HSL103.74º81.15%37.45%-
HSV(B)103.74º89.6%67.84%-
XYZ16.9230.895.64-
YUV121.5469.5684.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.90%
GREEN value IS 173 (67.97% from 255) = 68.92%
BLUE value IS 18 (7.42% from 255) = 7.17%
R=23.90%
G=68.92%
B=7.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60173180.6500.900.32103.7481.1537.45
Hex3CAD124105A20685125
Octal742552210101324015012145
Binary111100101011011001010000010101101010000011010001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,173,18); }

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

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

 a { background-color: rgb(60,173,18); }

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

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

 span { border-color: rgb(60,173,18); }

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