#4BA10E

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

Shades of Kelly Green #4BA10E

Tints of Kelly Green #4BA10E

Color information

#4BA10E (or 0x4BA10E) is unknown color: approx Kelly Green. HEX triplet: 4B, A1 and 0E. RGB value is (75,161,14). Sum of RGB (Red+Green+Blue) = 75+161+14=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 161 (63.28% from 255 or 64.4% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA10E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BA10E is #B45EF1. Grayscale: #777777. Windows color (decimal): -11820786 or 958795. OLE color: 958795.

HSL color Cylindrical-coordinate representation of color #4BA10E: hue angle of 95.1º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BA10E is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB7516114-
CMYK0.5300.910.37
HSL95.1º84%34.31%-
HSV(B)95.1º91.3%63.14%-
XYZ15.7327.024.8-
YUV118.5369.0196.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 161 (63.28% from 255) = 64.4%
BLUE value IS 14 (5.86% from 255) = 5.6%
R=30%
G=64.4%
B=5.6%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal75161140.5300.910.3795.18434.31
Hex4BA1E3505B255f5422
Octal113241166501334513712442
Binary10010111010000111101101010101101110010110111111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BA10E; }

 p { color: rgb(75,161,14); }

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

<style>
 a { background-color: #4BA10E; }

 a { background-color: rgb(75,161,14); }

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

<style>
 span { border-color: #4BA10E; }

 span { border-color: rgb(75,161,14); }

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