Html Css Color HEX #4AA516 Kelly Green

📋 copy color: '#4AA516'

red 74 ◦ green 165 ◦ blue 22

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

Shades of Kelly Green #4AA516

Tints of Kelly Green #4AA516

RGB

 RED value IS 74 (29.3% from 255) = 28.35%

 GREEN value IS 165 (64.84% from 255) = 63.22%

 BLUE value IS 22 (8.98% from 255) = 8.43%

R = 28.35%
G = 63.22%
B = 8.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#4AA516 (or 0x4AA516) is known color: Kelly Green. HEX triplet: 4A, A5 and 16. RGB value is (74,165,22). Sum of RGB (Red+Green+Blue) = 74+165+22=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA516 is #B55AE9. Grayscale: #797979. Windows color (decimal): -11885290 or 1484106. OLE color: 1484106.

HSL color Cylindrical-coordinate representation of color #4AA516: hue angle of 98.18º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AA516 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 74 165 22 -
CMYK 0.55 0 0.87 0.35
HSL 98.18º 0.76% 0.37% -
HSV(B) 98.18º 0.87% 0.65% -
XYZ 16.42 28.42 5.38 -
YUV 121.49 71.85 94.13 -
System Red Green Blue C M Y K H S L
Decimal 74 165 22 0.55 0 0.87 0.35 98.18 0.76 0.37
Hex 4A A5 16 37 0 57 23 62 4C 25
Octal 112 245 26 67 0 127 43 142 114 45
Binary 1001010 10100101 10110 110111 0 1010111 100011 1100010 1001100 100101

Color Harmonies of #4AA516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA516

Black with #4AA516

Text Example


Text Example

White with #4AA516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AA516; }

 p { color: rgb(74,165,22); }

 H1.HeaderClassName
 {
   color: #4AA516;
 }
 .AnyTagClassName
 {
   color: #4AA516;
 }
</style>

background-color css

<style>
 a { background-color: #4AA516; }

 a { background-color: rgb(74,165,22); }

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

border-color css

<style>
 span { border-color: #4AA516; }

 span { border-color: rgb(74,165,22); }

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