Html Css Color HEX #469C14 La Palma

📋 copy color: '#469C14'

red 70 ◦ green 156 ◦ blue 20

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

Shades of La Palma #469C14

Tints of La Palma #469C14

RGB

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

 GREEN value IS 156 (61.33% from 255) = 63.41%

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

R = 28.46%
G = 63.41%
B = 8.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#469C14 (or 0x469C14) is known color: La Palma. HEX triplet: 46, 9C and 14. RGB value is (70,156,20). Sum of RGB (Red+Green+Blue) = 70+156+20=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 156 (61.33% from 255 or 63.41% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 156 - color contains mainly: green. Hex color #469C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469C14 is #B963EB. Grayscale: #737373. Windows color (decimal): -12149740 or 1350726. OLE color: 1350726.

HSL color Cylindrical-coordinate representation of color #469C14: hue angle of 97.94º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #469C14 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 20 -
CMYK 0.55 0 0.87 0.39
HSL 97.94º 0.77% 0.35% -
HSV(B) 97.94º 0.87% 0.61% -
XYZ 14.54 25.13 4.75 -
YUV 114.78 74.51 96.06 -
System Red Green Blue C M Y K H S L
Decimal 70 156 20 0.55 0 0.87 0.39 97.94 0.77 0.35
Hex 46 9C 14 37 0 57 27 62 4D 23
Octal 106 234 24 67 0 127 47 142 115 43
Binary 1000110 10011100 10100 110111 0 1010111 100111 1100010 1001101 100011

Color Harmonies of #469C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C14

Black with #469C14

Text Example


Text Example

White with #469C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469C14; }

 p { color: rgb(70,156,20); }

 H1.HeaderClassName
 {
   color: #469C14;
 }
 .AnyTagClassName
 {
   color: #469C14;
 }
</style>

background-color css

<style>
 a { background-color: #469C14; }

 a { background-color: rgb(70,156,20); }

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

border-color css

<style>
 span { border-color: #469C14; }

 span { border-color: rgb(70,156,20); }

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