Html Css Color HEX #469C16 La Palma

📋 copy color: '#469C16'

red 70 ◦ green 156 ◦ blue 22

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

Shades of La Palma #469C16

Tints of La Palma #469C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 28.23%
G = 62.9%
B = 8.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#469C16 (or 0x469C16) is known color: La Palma. HEX triplet: 46, 9C and 16. RGB value is (70,156,22). Sum of RGB (Red+Green+Blue) = 70+156+22=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 156 (61.33% from 255 or 62.90% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 156 - color contains mainly: green. Hex color #469C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469C16 is #B963E9. Grayscale: #737373. Windows color (decimal): -12149738 or 1481798. OLE color: 1481798.

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

Color convert

RGB 70 156 22 -
CMYK 0.55 0 0.86 0.39
HSL 98.51º 0.75% 0.35% -
HSV(B) 98.51º 0.86% 0.61% -
XYZ 14.56 25.14 4.84 -
YUV 115.01 75.51 95.9 -
System Red Green Blue C M Y K H S L
Decimal 70 156 22 0.55 0 0.86 0.39 98.51 0.75 0.35
Hex 46 9C 16 37 0 56 27 63 4B 23
Octal 106 234 26 67 0 126 47 143 113 43
Binary 1000110 10011100 10110 110111 0 1010110 100111 1100011 1001011 100011

Color Harmonies of #469C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C16

Black with #469C16

Text Example


Text Example

White with #469C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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