Html Css Color HEX #46A40C Kelly Green

📋 copy color: '#46A40C'

red 70 ◦ green 164 ◦ blue 12

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

Shades of Kelly Green #46A40C

Tints of Kelly Green #46A40C

RGB

 RED value IS 70 (27.73% from 255) = 28.46%

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

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

R = 28.46%
G = 66.67%
B = 4.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#46A40C (or 0x46A40C) is known color: Kelly Green. HEX triplet: 46, A4 and 0C. RGB value is (70,164,12). Sum of RGB (Red+Green+Blue) = 70+164+12=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 164 (64.45% from 255 or 66.67% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 164 - color contains mainly: green. Hex color #46A40C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46A40C is #B95BF3. Grayscale: #777777. Windows color (decimal): -12147700 or 828486. OLE color: 828486.

HSL color Cylindrical-coordinate representation of color #46A40C: hue angle of 97.11º 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 #46A40C is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 164 12 -
CMYK 0.57 0 0.93 0.36
HSL 97.11º 0.86% 0.35% -
HSV(B) 97.11º 0.93% 0.64% -
XYZ 15.87 27.88 4.89 -
YUV 118.57 67.86 93.36 -
System Red Green Blue C M Y K H S L
Decimal 70 164 12 0.57 0 0.93 0.36 97.11 0.86 0.35
Hex 46 A4 C 39 0 5D 24 61 56 23
Octal 106 244 14 71 0 135 44 141 126 43
Binary 1000110 10100100 1100 111001 0 1011101 100100 1100001 1010110 100011

Color Harmonies of #46A40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A40C

Black with #46A40C

Text Example


Text Example

White with #46A40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46A40C; }

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

 H1.HeaderClassName
 {
   color: #46A40C;
 }
 .AnyTagClassName
 {
   color: #46A40C;
 }
</style>

background-color css

<style>
 a { background-color: #46A40C; }

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

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

border-color css

<style>
 span { border-color: #46A40C; }

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

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