Html Css Color HEX #4A8D14 La Palma

📋 copy color: '#4A8D14'

red 74 ◦ green 141 ◦ blue 20

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

Shades of La Palma #4A8D14

Tints of La Palma #4A8D14

RGB

 RED value IS 74 (29.3% from 255) = 31.49%

 GREEN value IS 141 (55.47% from 255) = 60%

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

R = 31.49%
G = 60%
B = 8.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#4A8D14 (or 0x4A8D14) is known color: La Palma. HEX triplet: 4A, 8D and 14. RGB value is (74,141,20). Sum of RGB (Red+Green+Blue) = 74+141+20=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 141 (55.47% from 255 or 60% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 141 - color contains mainly: green. Hex color #4A8D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8D14 is #B572EB. Grayscale: #6B6B6B. Windows color (decimal): -11891436 or 1346890. OLE color: 1346890.

HSL color Cylindrical-coordinate representation of color #4A8D14: hue angle of 93.22º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A8D14 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 74 141 20 -
CMYK 0.48 0 0.86 0.45
HSL 93.22º 0.75% 0.32% -
HSV(B) 93.22º 0.86% 0.55% -
XYZ 12.48 20.56 3.97 -
YUV 107.17 78.8 104.34 -
System Red Green Blue C M Y K H S L
Decimal 74 141 20 0.48 0 0.86 0.45 93.22 0.75 0.32
Hex 4A 8D 14 30 0 56 2D 5D 4B 20
Octal 112 215 24 60 0 126 55 135 113 40
Binary 1001010 10001101 10100 110000 0 1010110 101101 1011101 1001011 100000

Color Harmonies of #4A8D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8D14

Black with #4A8D14

Text Example


Text Example

White with #4A8D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,141,20); }

 H1.HeaderClassName
 {
   color: #4A8D14;
 }
 .AnyTagClassName
 {
   color: #4A8D14;
 }
</style>

background-color css

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

 a { background-color: rgb(74,141,20); }

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

border-color css

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

 span { border-color: rgb(74,141,20); }

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