Html Css Color HEX #3CA010 Kelly Green

📋 copy color: '#3CA010'

red 60 ◦ green 160 ◦ blue 16

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

Shades of Kelly Green #3CA010

Tints of Kelly Green #3CA010

RGB

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

 GREEN value IS 160 (62.89% from 255) = 67.8%

 BLUE value IS 16 (6.64% from 255) = 6.78%

R = 25.42%
G = 67.8%
B = 6.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#3CA010 (or 0x3CA010) is known color: Kelly Green. HEX triplet: 3C, A0 and 10. RGB value is (60,160,16). Sum of RGB (Red+Green+Blue) = 60+160+16=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 160 (62.89% from 255 or 67.80% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 160 - color contains mainly: green. Hex color #3CA010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA010 is #C35FEF. Grayscale: #727272. Windows color (decimal): -12804080 or 1089596. OLE color: 1089596.

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

Color convert

RGB 60 160 16 -
CMYK 0.62 0 0.9 0.37
HSL 101.67º 0.82% 0.35% -
HSV(B) 101.67º 0.9% 0.63% -
XYZ 14.53 26.14 4.77 -
YUV 113.68 72.87 89.71 -
System Red Green Blue C M Y K H S L
Decimal 60 160 16 0.62 0 0.9 0.37 101.67 0.82 0.35
Hex 3C A0 10 3E 0 5A 25 66 52 23
Octal 74 240 20 76 0 132 45 146 122 43
Binary 111100 10100000 10000 111110 0 1011010 100101 1100110 1010010 100011

Color Harmonies of #3CA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA010

Black with #3CA010

Text Example


Text Example

White with #3CA010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,160,16); }

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

background-color css

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

 a { background-color: rgb(60,160,16); }

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

border-color css

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

 span { border-color: rgb(60,160,16); }

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