Html Css Color HEX #42A60A Kelly Green

📋 copy color: '#42A60A'

red 66 ◦ green 166 ◦ blue 10

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

Shades of Kelly Green #42A60A

Tints of Kelly Green #42A60A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 68.6%

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

R = 27.27%
G = 68.6%
B = 4.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#42A60A (or 0x42A60A) is known color: Kelly Green. HEX triplet: 42, A6 and 0A. RGB value is (66,166,10). Sum of RGB (Red+Green+Blue) = 66+166+10=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 166 (65.23% from 255 or 68.60% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 166 - color contains mainly: green. Hex color #42A60A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A60A is #BD59F5. Grayscale: #767676. Windows color (decimal): -12409334 or 697922. OLE color: 697922.

HSL color Cylindrical-coordinate representation of color #42A60A: hue angle of 98.46º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42A60A is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 166 10 -
CMYK 0.60 0 0.94 0.35
HSL 98.46º 0.89% 0.35% -
HSV(B) 98.46º 0.94% 0.65% -
XYZ 15.94 28.45 4.94 -
YUV 118.32 66.87 90.68 -
System Red Green Blue C M Y K H S L
Decimal 66 166 10 0.60 0 0.94 0.35 98.46 0.89 0.35
Hex 42 A6 A 3C 0 5E 23 62 59 23
Octal 102 246 12 74 0 136 43 142 131 43
Binary 1000010 10100110 1010 111100 0 1011110 100011 1100010 1011001 100011

Color Harmonies of #42A60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A60A

Black with #42A60A

Text Example


Text Example

White with #42A60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A60A; }

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

 H1.HeaderClassName
 {
   color: #42A60A;
 }
 .AnyTagClassName
 {
   color: #42A60A;
 }
</style>

background-color css

<style>
 a { background-color: #42A60A; }

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

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

border-color css

<style>
 span { border-color: #42A60A; }

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

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