Html Css Color HEX #40A018 La Palma

📋 copy color: '#40A018'

red 64 ◦ green 160 ◦ blue 24

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

Shades of La Palma #40A018

Tints of La Palma #40A018

RGB

 RED value IS 64 (25.39% from 255) = 25.81%

 GREEN value IS 160 (62.89% from 255) = 64.52%

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 25.81%
G = 64.52%
B = 9.68%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#40A018 (or 0x40A018) is known color: La Palma. HEX triplet: 40, A0 and 18. RGB value is (64,160,24). Sum of RGB (Red+Green+Blue) = 64+160+24=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 160 (62.89% from 255 or 64.52% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 160 - color contains mainly: green. Hex color #40A018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A018 is #BF5FE7. Grayscale: #747474. Windows color (decimal): -12541928 or 1613888. OLE color: 1613888.

HSL color Cylindrical-coordinate representation of color #40A018: hue angle of 102.35º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40A018 is Cyan = 0.6, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 160 24 -
CMYK 0.6 0 0.85 0.37
HSL 102.35º 0.74% 0.36% -
HSV(B) 102.35º 0.85% 0.63% -
XYZ 14.85 26.3 5.16 -
YUV 115.79 76.2 91.06 -
System Red Green Blue C M Y K H S L
Decimal 64 160 24 0.6 0 0.85 0.37 102.35 0.74 0.36
Hex 40 A0 18 3C 0 55 25 66 4A 24
Octal 100 240 30 74 0 125 45 146 112 44
Binary 1000000 10100000 11000 111100 0 1010101 100101 1100110 1001010 100100

Color Harmonies of #40A018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A018

Black with #40A018

Text Example


Text Example

White with #40A018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A018; }

 p { color: rgb(64,160,24); }

 H1.HeaderClassName
 {
   color: #40A018;
 }
 .AnyTagClassName
 {
   color: #40A018;
 }
</style>

background-color css

<style>
 a { background-color: #40A018; }

 a { background-color: rgb(64,160,24); }

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

border-color css

<style>
 span { border-color: #40A018; }

 span { border-color: rgb(64,160,24); }

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