Html Css Color HEX #40A930 La Palma

📋 copy color: '#40A930'

red 64 ◦ green 169 ◦ blue 48

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

Shades of La Palma #40A930

Tints of La Palma #40A930

RGB

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

 GREEN value IS 169 (66.41% from 255) = 60.14%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 22.78%
G = 60.14%
B = 17.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#40A930 (or 0x40A930) is known color: La Palma. HEX triplet: 40, A9 and 30. RGB value is (64,169,48). Sum of RGB (Red+Green+Blue) = 64+169+48=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 169 (66.41% from 255 or 60.14% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 169 - color contains mainly: green. Hex color #40A930 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A930 is #BF56CF. Grayscale: #7C7C7C. Windows color (decimal): -12539600 or 3189056. OLE color: 3189056.

HSL color Cylindrical-coordinate representation of color #40A930: hue angle of 112.07º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40A930 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 169 48 -
CMYK 0.62 0 0.72 0.34
HSL 112.07º 0.56% 0.43% -
HSV(B) 112.07º 0.72% 0.66% -
XYZ 16.84 29.68 7.64 -
YUV 123.81 85.21 85.34 -
System Red Green Blue C M Y K H S L
Decimal 64 169 48 0.62 0 0.72 0.34 112.07 0.56 0.43
Hex 40 A9 30 3E 0 48 22 70 38 2B
Octal 100 251 60 76 0 110 42 160 70 53
Binary 1000000 10101001 110000 111110 0 1001000 100010 1110000 111000 101011

Color Harmonies of #40A930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A930

Black with #40A930

Text Example


Text Example

White with #40A930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,169,48); }

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

background-color css

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

 a { background-color: rgb(64,169,48); }

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

border-color css

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

 span { border-color: rgb(64,169,48); }

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