Html Css Color HEX #429A10 La Palma

📋 copy color: '#429A10'

red 66 ◦ green 154 ◦ blue 16

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

Shades of La Palma #429A10

Tints of La Palma #429A10

RGB

 RED value IS 66 (26.17% from 255) = 27.97%

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

 BLUE value IS 16 (6.64% from 255) = 6.78%

R = 27.97%
G = 65.25%
B = 6.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#429A10 (or 0x429A10) is known color: La Palma. HEX triplet: 42, 9A and 10. RGB value is (66,154,16). Sum of RGB (Red+Green+Blue) = 66+154+16=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 154 (60.55% from 255 or 65.25% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 154 - color contains mainly: green. Hex color #429A10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429A10 is #BD65EF. Grayscale: #707070. Windows color (decimal): -12412400 or 1088066. OLE color: 1088066.

HSL color Cylindrical-coordinate representation of color #429A10: hue angle of 98.26º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #429A10 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 154 16 -
CMYK 0.57 0 0.90 0.40
HSL 98.26º 0.81% 0.33% -
HSV(B) 98.26º 0.9% 0.6% -
XYZ 13.9 24.31 4.45 -
YUV 111.96 73.85 95.22 -
System Red Green Blue C M Y K H S L
Decimal 66 154 16 0.57 0 0.90 0.40 98.26 0.81 0.33
Hex 42 9A 10 39 0 5A 28 62 51 21
Octal 102 232 20 71 0 132 50 142 121 41
Binary 1000010 10011010 10000 111001 0 1011010 101000 1100010 1010001 100001

Color Harmonies of #429A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429A10

Black with #429A10

Text Example


Text Example

White with #429A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429A10; }

 p { color: rgb(66,154,16); }

 H1.HeaderClassName
 {
   color: #429A10;
 }
 .AnyTagClassName
 {
   color: #429A10;
 }
</style>

background-color css

<style>
 a { background-color: #429A10; }

 a { background-color: rgb(66,154,16); }

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

border-color css

<style>
 span { border-color: #429A10; }

 span { border-color: rgb(66,154,16); }

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