Html Css Color HEX #3CA412 Kelly Green

📋 copy color: '#3CA412'

red 60 ◦ green 164 ◦ blue 18

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

Shades of Kelly Green #3CA412

Tints of Kelly Green #3CA412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 67.77%

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

R = 24.79%
G = 67.77%
B = 7.44%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#3CA412 (or 0x3CA412) is known color: Kelly Green. HEX triplet: 3C, A4 and 12. RGB value is (60,164,18). Sum of RGB (Red+Green+Blue) = 60+164+18=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 164 (64.45% from 255 or 67.77% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA412 is #C35BED. Grayscale: #747474. Windows color (decimal): -12803054 or 1221692. OLE color: 1221692.

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

Color convert

RGB 60 164 18 -
CMYK 0.63 0 0.89 0.36
HSL 102.74º 0.8% 0.36% -
HSV(B) 102.74º 0.89% 0.64% -
XYZ 15.25 27.56 5.09 -
YUV 116.26 72.54 87.87 -
System Red Green Blue C M Y K H S L
Decimal 60 164 18 0.63 0 0.89 0.36 102.74 0.8 0.36
Hex 3C A4 12 3F 0 59 24 67 50 24
Octal 74 244 22 77 0 131 44 147 120 44
Binary 111100 10100100 10010 111111 0 1011001 100100 1100111 1010000 100100

Color Harmonies of #3CA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA412

Black with #3CA412

Text Example


Text Example

White with #3CA412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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