Html Css Color HEX #2AAE13 Kelly Green

📋 copy color: '#2AAE13'

red 42 ◦ green 174 ◦ blue 19

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

Shades of Kelly Green #2AAE13

Tints of Kelly Green #2AAE13

RGB

 RED value IS 42 (16.8% from 255) = 17.87%

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

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

R = 17.87%
G = 74.04%
B = 8.09%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#2AAE13 (or 0x2AAE13) is known color: Kelly Green. HEX triplet: 2A, AE and 13. RGB value is (42,174,19). Sum of RGB (Red+Green+Blue) = 42+174+19=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 174 (68.36% from 255 or 74.04% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAE13 is #D551EC. Grayscale: #757575. Windows color (decimal): -13980141 or 1289770. OLE color: 1289770.

HSL color Cylindrical-coordinate representation of color #2AAE13: hue angle of 111.1º 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 #2AAE13 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 42 174 19 -
CMYK 0.76 0 0.89 0.32
HSL 111.1º 0.8% 0.38% -
HSV(B) 111.1º 0.89% 0.68% -
XYZ 16.21 30.81 5.71 -
YUV 116.86 72.77 74.6 -
System Red Green Blue C M Y K H S L
Decimal 42 174 19 0.76 0 0.89 0.32 111.1 0.8 0.38
Hex 2A AE 13 4C 0 59 20 6F 50 26
Octal 52 256 23 114 0 131 40 157 120 46
Binary 101010 10101110 10011 1001100 0 1011001 100000 1101111 1010000 100110

Color Harmonies of #2AAE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAE13

Black with #2AAE13

Text Example


Text Example

White with #2AAE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AAE13; }

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

 H1.HeaderClassName
 {
   color: #2AAE13;
 }
 .AnyTagClassName
 {
   color: #2AAE13;
 }
</style>

background-color css

<style>
 a { background-color: #2AAE13; }

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

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

border-color css

<style>
 span { border-color: #2AAE13; }

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

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