Html Css Color HEX #4AA016 Kelly Green

📋 copy color: '#4AA016'

red 74 ◦ green 160 ◦ blue 22

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

Shades of Kelly Green #4AA016

Tints of Kelly Green #4AA016

RGB

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

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

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

R = 28.91%
G = 62.5%
B = 8.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#4AA016 (or 0x4AA016) is known color: Kelly Green. HEX triplet: 4A, A0 and 16. RGB value is (74,160,22). Sum of RGB (Red+Green+Blue) = 74+160+22=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 160 (62.89% from 255 or 62.5% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA016 is #B55FE9. Grayscale: #777777. Windows color (decimal): -11886570 or 1482826. OLE color: 1482826.

HSL color Cylindrical-coordinate representation of color #4AA016: hue angle of 97.39º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4AA016 is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 160 22 -
CMYK 0.54 0 0.86 0.37
HSL 97.39º 0.76% 0.36% -
HSV(B) 97.39º 0.86% 0.63% -
XYZ 15.54 26.66 5.09 -
YUV 118.55 73.51 96.22 -
System Red Green Blue C M Y K H S L
Decimal 74 160 22 0.54 0 0.86 0.37 97.39 0.76 0.36
Hex 4A A0 16 36 0 56 25 61 4C 24
Octal 112 240 26 66 0 126 45 141 114 44
Binary 1001010 10100000 10110 110110 0 1010110 100101 1100001 1001100 100100

Color Harmonies of #4AA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA016

Black with #4AA016

Text Example


Text Example

White with #4AA016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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