Html Css Color HEX #46A005 Kelly Green

📋 copy color: '#46A005'

red 70 ◦ green 160 ◦ blue 5

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

Shades of Kelly Green #46A005

Tints of Kelly Green #46A005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 29.79%
G = 68.09%
B = 2.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#46A005 (or 0x46A005) is known color: Kelly Green. HEX triplet: 46, A0 and 05. RGB value is (70,160,5). Sum of RGB (Red+Green+Blue) = 70+160+5=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 160 (62.89% from 255 or 68.09% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 160 - color contains mainly: green. Hex color #46A005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46A005 is #B95FFA. Grayscale: #737373. Windows color (decimal): -12148731 or 368710. OLE color: 368710.

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

Color convert

RGB 70 160 5 -
CMYK 0.56 0 0.97 0.37
HSL 94.84º 0.94% 0.32% -
HSV(B) 94.84º 0.97% 0.63% -
XYZ 15.12 26.45 4.45 -
YUV 115.42 65.68 95.6 -
System Red Green Blue C M Y K H S L
Decimal 70 160 5 0.56 0 0.97 0.37 94.84 0.94 0.32
Hex 46 A0 5 38 0 61 25 5F 5E 20
Octal 106 240 5 70 0 141 45 137 136 40
Binary 1000110 10100000 101 111000 0 1100001 100101 1011111 1011110 100000

Color Harmonies of #46A005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A005

Black with #46A005

Text Example


Text Example

White with #46A005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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