Html Css Color HEX #4AA12F La Palma

📋 copy color: '#4AA12F'

red 74 ◦ green 161 ◦ blue 47

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

Shades of La Palma #4AA12F

Tints of La Palma #4AA12F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 57.09%

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 26.24%
G = 57.09%
B = 16.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#4AA12F (or 0x4AA12F) is known color: La Palma. HEX triplet: 4A, A1 and 2F. RGB value is (74,161,47). Sum of RGB (Red+Green+Blue) = 74+161+47=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA12F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA12F is #B55ED0. Grayscale: #7A7A7A. Windows color (decimal): -11886289 or 3121482. OLE color: 3121482.

HSL color Cylindrical-coordinate representation of color #4AA12F: hue angle of 105.79º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AA12F is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 161 47 -
CMYK 0.54 0 0.71 0.37
HSL 105.79º 0.55% 0.41% -
HSV(B) 105.79º 0.71% 0.63% -
XYZ 16.08 27.15 7.08 -
YUV 121.99 85.68 93.77 -
System Red Green Blue C M Y K H S L
Decimal 74 161 47 0.54 0 0.71 0.37 105.79 0.55 0.41
Hex 4A A1 2F 36 0 47 25 6A 37 29
Octal 112 241 57 66 0 107 45 152 67 51
Binary 1001010 10100001 101111 110110 0 1000111 100101 1101010 110111 101001

Color Harmonies of #4AA12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA12F

Black with #4AA12F

Text Example


Text Example

White with #4AA12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,161,47); }

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

background-color css

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

 a { background-color: rgb(74,161,47); }

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

border-color css

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

 span { border-color: rgb(74,161,47); }

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