Html Css Color HEX #42A015 Kelly Green

📋 copy color: '#42A015'

red 66 ◦ green 160 ◦ blue 21

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

Shades of Kelly Green #42A015

Tints of Kelly Green #42A015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 64.78%

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 26.72%
G = 64.78%
B = 8.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#42A015 (or 0x42A015) is known color: Kelly Green. HEX triplet: 42, A0 and 15. RGB value is (66,160,21). Sum of RGB (Red+Green+Blue) = 66+160+21=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #42A015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A015 is #BD5FEA. Grayscale: #747474. Windows color (decimal): -12410859 or 1417282. OLE color: 1417282.

HSL color Cylindrical-coordinate representation of color #42A015: hue angle of 100.58º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42A015 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 160 21 -
CMYK 0.59 0 0.87 0.37
HSL 100.58º 0.77% 0.35% -
HSV(B) 100.58º 0.87% 0.63% -
XYZ 14.95 26.35 5.01 -
YUV 116.05 74.36 92.3 -
System Red Green Blue C M Y K H S L
Decimal 66 160 21 0.59 0 0.87 0.37 100.58 0.77 0.35
Hex 42 A0 15 3B 0 57 25 65 4D 23
Octal 102 240 25 73 0 127 45 145 115 43
Binary 1000010 10100000 10101 111011 0 1010111 100101 1100101 1001101 100011

Color Harmonies of #42A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A015

Black with #42A015

Text Example


Text Example

White with #42A015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,160,21); }

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

background-color css

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

 a { background-color: rgb(66,160,21); }

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

border-color css

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

 span { border-color: rgb(66,160,21); }

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