Html Css Color HEX #42900E La Palma

📋 copy color: '#42900E'

red 66 ◦ green 144 ◦ blue 14

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

Shades of La Palma #42900E

Tints of La Palma #42900E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 64.29%

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 29.46%
G = 64.29%
B = 6.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#42900E (or 0x42900E) is known color: La Palma. HEX triplet: 42, 90 and 0E. RGB value is (66,144,14). Sum of RGB (Red+Green+Blue) = 66+144+14=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 144 (56.64% from 255 or 64.29% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 144 - color contains mainly: green. Hex color #42900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42900E is #BD6FF1. Grayscale: #6A6A6A. Windows color (decimal): -12414962 or 954434. OLE color: 954434.

HSL color Cylindrical-coordinate representation of color #42900E: hue angle of 96º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42900E is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 144 14 -
CMYK 0.54 0 0.90 0.44
HSL 96º 0.82% 0.31% -
HSV(B) 96º 0.9% 0.56% -
XYZ 12.3 21.14 3.85 -
YUV 105.86 76.16 99.57 -
System Red Green Blue C M Y K H S L
Decimal 66 144 14 0.54 0 0.90 0.44 96 0.82 0.31
Hex 42 90 E 36 0 5A 2C 60 52 1F
Octal 102 220 16 66 0 132 54 140 122 37
Binary 1000010 10010000 1110 110110 0 1011010 101100 1100000 1010010 11111

Color Harmonies of #42900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42900E

Black with #42900E

Text Example


Text Example

White with #42900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42900E; }

 p { color: rgb(66,144,14); }

 H1.HeaderClassName
 {
   color: #42900E;
 }
 .AnyTagClassName
 {
   color: #42900E;
 }
</style>

background-color css

<style>
 a { background-color: #42900E; }

 a { background-color: rgb(66,144,14); }

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

border-color css

<style>
 span { border-color: #42900E; }

 span { border-color: rgb(66,144,14); }

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