#46CF0E

Color #46CF0E Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #46CF0E

Tints of Kelly Green #46CF0E

Color information

#46CF0E (or 0x46CF0E) is unknown color: approx Kelly Green. HEX triplet: 46, CF and 0E. RGB value is (70,207,14). Sum of RGB (Red+Green+Blue) = 70+207+14=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 207 (81.25% from 255 or 71.13% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CF0E is #B930F1. Grayscale: #909090. Windows color (decimal): -12136690 or 970566. OLE color: 970566.

HSL color Cylindrical-coordinate representation of color #46CF0E: hue angle of 102.59º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46CF0E is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB7020714-
CMYK0.6600.930.19
HSL102.59º87.33%43.33%-
HSV(B)102.59º93.24%81.18%-
XYZ24.9245.967.97-
YUV144.0454.6175.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.05%
GREEN value IS 207 (81.25% from 255) = 71.13%
BLUE value IS 14 (5.86% from 255) = 4.81%
R=24.05%
G=71.13%
B=4.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal70207140.6600.930.19102.5987.3343.33
Hex46CFE4205D1367572b
Octal1063171610201352314712753
Binary10001101100111111101000010010111011001111001111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,207,14); }

 H1.HeaderClassName
 {
   color: #46CF0E;
 }
 .AnyTagClassName
 {
   color: #46CF0E;
 }
</style>
background-color css

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

 a { background-color: rgb(70,207,14); }

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

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

 span { border-color: rgb(70,207,14); }

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