Html Css Color HEX #2AAE14 Kelly Green

📋 copy color: '#2AAE14'

red 42 ◦ green 174 ◦ blue 20

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

Shades of Kelly Green #2AAE14

Tints of Kelly Green #2AAE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.47%

R = 17.8%
G = 73.73%
B = 8.47%

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

#2AAE14 (or 0x2AAE14) is known color: Kelly Green. HEX triplet: 2A, AE and 14. RGB value is (42,174,20). Sum of RGB (Red+Green+Blue) = 42+174+20=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 174 (68.36% from 255 or 73.73% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAE14 is #D551EB. Grayscale: #757575. Windows color (decimal): -13980140 or 1355306. OLE color: 1355306.

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

Color convert

RGB 42 174 20 -
CMYK 0.76 0 0.89 0.32
HSL 111.43º 0.79% 0.38% -
HSV(B) 111.43º 0.89% 0.68% -
XYZ 16.22 30.81 5.75 -
YUV 116.98 73.27 74.52 -
System Red Green Blue C M Y K H S L
Decimal 42 174 20 0.76 0 0.89 0.32 111.43 0.79 0.38
Hex 2A AE 14 4C 0 59 20 6F 4F 26
Octal 52 256 24 114 0 131 40 157 117 46
Binary 101010 10101110 10100 1001100 0 1011001 100000 1101111 1001111 100110

Color Harmonies of #2AAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAE14

Black with #2AAE14

Text Example


Text Example

White with #2AAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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