Html Css Color HEX #3CAC12 Kelly Green

📋 copy color: '#3CAC12'

red 60 ◦ green 172 ◦ blue 18

#3CAC12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #3CAC12

Tints of Kelly Green #3CAC12

RGB

 RED value IS 60 (23.83% from 255) = 24%

 GREEN value IS 172 (67.58% from 255) = 68.8%

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 24%
G = 68.8%
B = 7.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#3CAC12 (or 0x3CAC12) is known color: Kelly Green. HEX triplet: 3C, AC and 12. RGB value is (60,172,18). Sum of RGB (Red+Green+Blue) = 60+172+18=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 172 (67.58% from 255 or 68.8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAC12 is #C353ED. Grayscale: #797979. Windows color (decimal): -12801006 or 1223740. OLE color: 1223740.

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

Color convert

RGB 60 172 18 -
CMYK 0.65 0 0.90 0.33
HSL 103.64º 0.81% 0.37% -
HSV(B) 103.64º 0.9% 0.67% -
XYZ 16.73 30.51 5.58 -
YUV 120.96 69.89 84.52 -
System Red Green Blue C M Y K H S L
Decimal 60 172 18 0.65 0 0.90 0.33 103.64 0.81 0.37
Hex 3C AC 12 41 0 5A 21 68 51 25
Octal 74 254 22 101 0 132 41 150 121 45
Binary 111100 10101100 10010 1000001 0 1011010 100001 1101000 1010001 100101

Color Harmonies of #3CAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAC12

Black with #3CAC12

Text Example


Text Example

White with #3CAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3CAC12;
 }
 .AnyTagClassName
 {
   color: #3CAC12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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