Html Css Color HEX #469A16 La Palma

📋 copy color: '#469A16'

red 70 ◦ green 154 ◦ blue 22

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

Shades of La Palma #469A16

Tints of La Palma #469A16

RGB

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

 GREEN value IS 154 (60.55% from 255) = 62.6%

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

R = 28.46%
G = 62.6%
B = 8.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#469A16 (or 0x469A16) is known color: La Palma. HEX triplet: 46, 9A and 16. RGB value is (70,154,22). Sum of RGB (Red+Green+Blue) = 70+154+22=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 154 (60.55% from 255 or 62.60% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 154 - color contains mainly: green. Hex color #469A16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #469A16 is #B965E9. Grayscale: #727272. Windows color (decimal): -12150250 or 1481286. OLE color: 1481286.

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

Color convert

RGB 70 154 22 -
CMYK 0.55 0 0.86 0.40
HSL 98.18º 0.75% 0.35% -
HSV(B) 98.18º 0.86% 0.6% -
XYZ 14.23 24.47 4.73 -
YUV 113.84 76.17 96.73 -
System Red Green Blue C M Y K H S L
Decimal 70 154 22 0.55 0 0.86 0.40 98.18 0.75 0.35
Hex 46 9A 16 37 0 56 28 62 4B 23
Octal 106 232 26 67 0 126 50 142 113 43
Binary 1000110 10011010 10110 110111 0 1010110 101000 1100010 1001011 100011

Color Harmonies of #469A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469A16

Black with #469A16

Text Example


Text Example

White with #469A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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