Html Css Color HEX #46A000 Kelly Green

📋 copy color: '#46A000'

red 70 ◦ green 160 ◦ blue 0

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

Shades of Kelly Green #46A000

Tints of Kelly Green #46A000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.43%
G = 69.57%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#46A000 (or 0x46A000) is known color: Kelly Green. HEX triplet: 46, A0 and 00. RGB value is (70,160,0). Sum of RGB (Red+Green+Blue) = 70+160+0=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 160 (62.89% from 255 or 69.57% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 160 - color contains mainly: green. Hex color #46A000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46A000 is #B95FFF. Grayscale: #737373. Windows color (decimal): -12148736 or 41030. OLE color: 41030.

HSL color Cylindrical-coordinate representation of color #46A000: hue angle of 93.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46A000 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 70 160 0 -
CMYK 0.56 0 1 0.37
HSL 93.75º 1% 0.31% -
HSV(B) 93.75º 1% 0.63% -
XYZ 15.1 26.44 4.31 -
YUV 114.85 63.18 96.01 -
System Red Green Blue C M Y K H S L
Decimal 70 160 0 0.56 0 1 0.37 93.75 1 0.31
Hex 46 A0 0 38 0 64 25 5E 64 1F
Octal 106 240 0 70 0 144 45 136 144 37
Binary 1000110 10100000 0 111000 0 1100100 100101 1011110 1100100 11111

Color Harmonies of #46A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A000

Black with #46A000

Text Example


Text Example

White with #46A000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,160,0); }

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

background-color css

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

 a { background-color: rgb(70,160,0); }

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

border-color css

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

 span { border-color: rgb(70,160,0); }

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