Html Css Color HEX #469C1A La Palma

📋 copy color: '#469C1A'

red 70 ◦ green 156 ◦ blue 26

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

Shades of La Palma #469C1A

Tints of La Palma #469C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 27.78%
G = 61.9%
B = 10.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#469C1A (or 0x469C1A) is known color: La Palma. HEX triplet: 46, 9C and 1A. RGB value is (70,156,26). Sum of RGB (Red+Green+Blue) = 70+156+26=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 156 (61.33% from 255 or 61.90% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 156 - color contains mainly: green. Hex color #469C1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C1A is #B963E5. Grayscale: #737373. Windows color (decimal): -12149734 or 1743942. OLE color: 1743942.

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

Color convert

RGB 70 156 26 -
CMYK 0.55 0 0.83 0.39
HSL 99.69º 0.71% 0.36% -
HSV(B) 99.69º 0.83% 0.61% -
XYZ 14.6 25.15 5.06 -
YUV 115.47 77.51 95.57 -
System Red Green Blue C M Y K H S L
Decimal 70 156 26 0.55 0 0.83 0.39 99.69 0.71 0.36
Hex 46 9C 1A 37 0 53 27 64 47 24
Octal 106 234 32 67 0 123 47 144 107 44
Binary 1000110 10011100 11010 110111 0 1010011 100111 1100100 1000111 100100

Color Harmonies of #469C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C1A

Black with #469C1A

Text Example


Text Example

White with #469C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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