#4B8E0A

Color #4B8E0A Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #4B8E0A

Tints of Vida Loca #4B8E0A

Color information

#4B8E0A (or 0x4B8E0A) is unknown color: approx Vida Loca. HEX triplet: 4B, 8E and 0A. RGB value is (75,142,10). Sum of RGB (Red+Green+Blue) = 75+142+10=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 142 (55.86% from 255 or 62.56% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 142 - color contains mainly: green. Hex color #4B8E0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8E0A is #B471F5. Grayscale: #6B6B6B. Windows color (decimal): -11825654 or 691787. OLE color: 691787.

HSL color Cylindrical-coordinate representation of color #4B8E0A: hue angle of 90.45º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B8E0A is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB7514210-
CMYK0.4700.930.44
HSL90.45º86.84%29.8%-
HSV(B)90.45º92.96%55.69%-
XYZ12.6320.863.65-
YUV106.9273.3105.23-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.04%
GREEN value IS 142 (55.86% from 255) = 62.56%
BLUE value IS 10 (4.30% from 255) = 4.41%
R=33.04%
G=62.56%
B=4.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75142100.4700.930.4490.4586.8429.8
Hex4B8EA2F05D2C5a571e
Octal113216125701355413212736
Binary1001011100011101010101111010111011011001011010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,142,10); }

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

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

 a { background-color: rgb(75,142,10); }

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

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

 span { border-color: rgb(75,142,10); }

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