Html Css Color HEX #3AA40C Kelly Green

📋 copy color: '#3AA40C'

red 58 ◦ green 164 ◦ blue 12

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

Shades of Kelly Green #3AA40C

Tints of Kelly Green #3AA40C

RGB

 RED value IS 58 (23.05% from 255) = 24.79%

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

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 24.79%
G = 70.09%
B = 5.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#3AA40C (or 0x3AA40C) is known color: Kelly Green. HEX triplet: 3A, A4 and 0C. RGB value is (58,164,12). Sum of RGB (Red+Green+Blue) = 58+164+12=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 164 (64.45% from 255 or 70.09% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA40C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA40C is #C55BF3. Grayscale: #737373. Windows color (decimal): -12934132 or 828474. OLE color: 828474.

HSL color Cylindrical-coordinate representation of color #3AA40C: hue angle of 101.84º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AA40C is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 58 164 12 -
CMYK 0.65 0 0.93 0.36
HSL 101.84º 0.86% 0.35% -
HSV(B) 101.84º 0.93% 0.64% -
XYZ 15.09 27.48 4.86 -
YUV 114.98 69.88 87.36 -
System Red Green Blue C M Y K H S L
Decimal 58 164 12 0.65 0 0.93 0.36 101.84 0.86 0.35
Hex 3A A4 C 41 0 5D 24 66 56 23
Octal 72 244 14 101 0 135 44 146 126 43
Binary 111010 10100100 1100 1000001 0 1011101 100100 1100110 1010110 100011

Color Harmonies of #3AA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA40C

Black with #3AA40C

Text Example


Text Example

White with #3AA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,164,12); }

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

background-color css

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

 a { background-color: rgb(58,164,12); }

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

border-color css

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

 span { border-color: rgb(58,164,12); }

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