Html Css Color HEX #42990A La Palma

📋 copy color: '#42990A'

red 66 ◦ green 153 ◦ blue 10

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

Shades of La Palma #42990A

Tints of La Palma #42990A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 66.81%

 BLUE value IS 10 (4.3% from 255) = 4.37%

R = 28.82%
G = 66.81%
B = 4.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#42990A (or 0x42990A) is known color: La Palma. HEX triplet: 42, 99 and 0A. RGB value is (66,153,10). Sum of RGB (Red+Green+Blue) = 66+153+10=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 153 (60.16% from 255 or 66.81% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 153 - color contains mainly: green. Hex color #42990A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42990A is #BD66F5. Grayscale: #6F6F6F. Windows color (decimal): -12412662 or 694594. OLE color: 694594.

HSL color Cylindrical-coordinate representation of color #42990A: hue angle of 96.5º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42990A is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 10 -
CMYK 0.57 0 0.93 0.4
HSL 96.5º 0.88% 0.32% -
HSV(B) 96.5º 0.93% 0.6% -
XYZ 13.69 23.96 4.19 -
YUV 110.69 71.18 96.13 -
System Red Green Blue C M Y K H S L
Decimal 66 153 10 0.57 0 0.93 0.4 96.5 0.88 0.32
Hex 42 99 A 39 0 5D 28 61 58 20
Octal 102 231 12 71 0 135 50 141 130 40
Binary 1000010 10011001 1010 111001 0 1011101 101000 1100001 1011000 100000

Color Harmonies of #42990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42990A

Black with #42990A

Text Example


Text Example

White with #42990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42990A; }

 p { color: rgb(66,153,10); }

 H1.HeaderClassName
 {
   color: #42990A;
 }
 .AnyTagClassName
 {
   color: #42990A;
 }
</style>

background-color css

<style>
 a { background-color: #42990A; }

 a { background-color: rgb(66,153,10); }

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

border-color css

<style>
 span { border-color: #42990A; }

 span { border-color: rgb(66,153,10); }

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