Html Css Color HEX #42AE13 Kelly Green

📋 copy color: '#42AE13'

red 66 ◦ green 174 ◦ blue 19

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

Shades of Kelly Green #42AE13

Tints of Kelly Green #42AE13

RGB

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

 GREEN value IS 174 (68.36% from 255) = 67.18%

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 25.48%
G = 67.18%
B = 7.34%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#42AE13 (or 0x42AE13) is known color: Kelly Green. HEX triplet: 42, AE and 13. RGB value is (66,174,19). Sum of RGB (Red+Green+Blue) = 66+174+19=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 174 (68.36% from 255 or 67.18% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AE13 is #BD51EC. Grayscale: #7C7C7C. Windows color (decimal): -12407277 or 1289794. OLE color: 1289794.

HSL color Cylindrical-coordinate representation of color #42AE13: hue angle of 101.81º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42AE13 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 174 19 -
CMYK 0.62 0 0.89 0.32
HSL 101.81º 0.8% 0.38% -
HSV(B) 101.81º 0.89% 0.68% -
XYZ 17.5 31.48 5.77 -
YUV 124.04 68.72 86.6 -
System Red Green Blue C M Y K H S L
Decimal 66 174 19 0.62 0 0.89 0.32 101.81 0.8 0.38
Hex 42 AE 13 3E 0 59 20 66 50 26
Octal 102 256 23 76 0 131 40 146 120 46
Binary 1000010 10101110 10011 111110 0 1011001 100000 1100110 1010000 100110

Color Harmonies of #42AE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AE13

Black with #42AE13

Text Example


Text Example

White with #42AE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,174,19); }

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

background-color css

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

 a { background-color: rgb(66,174,19); }

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

border-color css

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

 span { border-color: rgb(66,174,19); }

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