Html Css Color HEX #468D0E La Palma

📋 copy color: '#468D0E'

red 70 ◦ green 141 ◦ blue 14

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

Shades of La Palma #468D0E

Tints of La Palma #468D0E

RGB

 RED value IS 70 (27.73% from 255) = 31.11%

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

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 31.11%
G = 62.67%
B = 6.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#468D0E (or 0x468D0E) is known color: La Palma. HEX triplet: 46, 8D and 0E. RGB value is (70,141,14). Sum of RGB (Red+Green+Blue) = 70+141+14=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #468D0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468D0E is #B972F1. Grayscale: #696969. Windows color (decimal): -12153586 or 953670. OLE color: 953670.

HSL color Cylindrical-coordinate representation of color #468D0E: hue angle of 93.54º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #468D0E is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 141 14 -
CMYK 0.50 0 0.90 0.45
HSL 93.54º 0.82% 0.3% -
HSV(B) 93.54º 0.9% 0.55% -
XYZ 12.13 20.38 3.71 -
YUV 105.29 76.48 102.83 -
System Red Green Blue C M Y K H S L
Decimal 70 141 14 0.50 0 0.90 0.45 93.54 0.82 0.3
Hex 46 8D E 32 0 5A 2D 5E 52 1E
Octal 106 215 16 62 0 132 55 136 122 36
Binary 1000110 10001101 1110 110010 0 1011010 101101 1011110 1010010 11110

Color Harmonies of #468D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D0E

Black with #468D0E

Text Example


Text Example

White with #468D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468D0E; }

 p { color: rgb(70,141,14); }

 H1.HeaderClassName
 {
   color: #468D0E;
 }
 .AnyTagClassName
 {
   color: #468D0E;
 }
</style>

background-color css

<style>
 a { background-color: #468D0E; }

 a { background-color: rgb(70,141,14); }

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

border-color css

<style>
 span { border-color: #468D0E; }

 span { border-color: rgb(70,141,14); }

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