Html Css Color HEX #42A310 Kelly Green

📋 copy color: '#42A310'

red 66 ◦ green 163 ◦ blue 16

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

Shades of Kelly Green #42A310

Tints of Kelly Green #42A310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 66.53%

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

R = 26.94%
G = 66.53%
B = 6.53%

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

#42A310 (or 0x42A310) is known color: Kelly Green. HEX triplet: 42, A3 and 10. RGB value is (66,163,16). Sum of RGB (Red+Green+Blue) = 66+163+16=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 163 (64.06% from 255 or 66.53% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 163 - color contains mainly: green. Hex color #42A310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A310 is #BD5CEF. Grayscale: #757575. Windows color (decimal): -12410096 or 1090370. OLE color: 1090370.

HSL color Cylindrical-coordinate representation of color #42A310: hue angle of 99.59º 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 #42A310 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 163 16 -
CMYK 0.60 0 0.90 0.36
HSL 99.59º 0.82% 0.35% -
HSV(B) 99.59º 0.9% 0.64% -
XYZ 15.44 27.39 4.96 -
YUV 117.24 70.86 91.45 -
System Red Green Blue C M Y K H S L
Decimal 66 163 16 0.60 0 0.90 0.36 99.59 0.82 0.35
Hex 42 A3 10 3C 0 5A 24 64 52 23
Octal 102 243 20 74 0 132 44 144 122 43
Binary 1000010 10100011 10000 111100 0 1011010 100100 1100100 1010010 100011

Color Harmonies of #42A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A310

Black with #42A310

Text Example


Text Example

White with #42A310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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