Html Css Color HEX #42A410 Kelly Green

📋 copy color: '#42A410'

red 66 ◦ green 164 ◦ blue 16

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

Shades of Kelly Green #42A410

Tints of Kelly Green #42A410

RGB

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

 GREEN value IS 164 (64.45% from 255) = 66.67%

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

R = 26.83%
G = 66.67%
B = 6.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#42A410 (or 0x42A410) is known color: Kelly Green. HEX triplet: 42, A4 and 10. RGB value is (66,164,16). Sum of RGB (Red+Green+Blue) = 66+164+16=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 164 (64.45% from 255 or 66.67% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 164 - color contains mainly: green. Hex color #42A410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A410 is #BD5BEF. Grayscale: #767676. Windows color (decimal): -12409840 or 1090626. OLE color: 1090626.

HSL color Cylindrical-coordinate representation of color #42A410: hue angle of 99.73º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42A410 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 164 16 -
CMYK 0.60 0 0.90 0.36
HSL 99.73º 0.82% 0.35% -
HSV(B) 99.73º 0.9% 0.64% -
XYZ 15.62 27.75 5.02 -
YUV 117.83 70.53 91.03 -
System Red Green Blue C M Y K H S L
Decimal 66 164 16 0.60 0 0.90 0.36 99.73 0.82 0.35
Hex 42 A4 10 3C 0 5A 24 64 52 23
Octal 102 244 20 74 0 132 44 144 122 43
Binary 1000010 10100100 10000 111100 0 1011010 100100 1100100 1010010 100011

Color Harmonies of #42A410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A410

Black with #42A410

Text Example


Text Example

White with #42A410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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