Html Css Color HEX #46B014 Kelly Green

📋 copy color: '#46B014'

red 70 ◦ green 176 ◦ blue 20

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

Shades of Kelly Green #46B014

Tints of Kelly Green #46B014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 66.17%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 26.32%
G = 66.17%
B = 7.52%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#46B014 (or 0x46B014) is known color: Kelly Green. HEX triplet: 46, B0 and 14. RGB value is (70,176,20). Sum of RGB (Red+Green+Blue) = 70+176+20=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 176 (69.14% from 255 or 66.17% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 176 - color contains mainly: green. Hex color #46B014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #46B014 is #B94FEB. Grayscale: #7F7F7F. Windows color (decimal): -12144620 or 1355846. OLE color: 1355846.

HSL color Cylindrical-coordinate representation of color #46B014: hue angle of 100.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46B014 is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 176 20 -
CMYK 0.60 0 0.89 0.31
HSL 100.77º 0.8% 0.38% -
HSV(B) 100.77º 0.89% 0.69% -
XYZ 18.18 32.4 5.96 -
YUV 126.52 67.88 87.68 -
System Red Green Blue C M Y K H S L
Decimal 70 176 20 0.60 0 0.89 0.31 100.77 0.8 0.38
Hex 46 B0 14 3C 0 59 1F 65 50 26
Octal 106 260 24 74 0 131 37 145 120 46
Binary 1000110 10110000 10100 111100 0 1011001 11111 1100101 1010000 100110

Color Harmonies of #46B014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46B014

Black with #46B014

Text Example


Text Example

White with #46B014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,176,20); }

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

background-color css

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

 a { background-color: rgb(70,176,20); }

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

border-color css

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

 span { border-color: rgb(70,176,20); }

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