#4AA216

Color #4AA216 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #4AA216

Tints of Kelly Green #4AA216

Color information

#4AA216 (or 0x4AA216) is unknown color: approx Kelly Green. HEX triplet: 4A, A2 and 16. RGB value is (74,162,22). Sum of RGB (Red+Green+Blue) = 74+162+22=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 162 (63.67% from 255 or 62.79% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA216 is #B55DE9. Grayscale: #787878. Windows color (decimal): -11886058 or 1483338. OLE color: 1483338.

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

Color convert

RGB7416222-
CMYK0.5400.860.36
HSL97.71º76.09%36.08%-
HSV(B)97.71º86.42%63.53%-
XYZ15.8927.355.2-
YUV119.7372.8595.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.68%
GREEN value IS 162 (63.67% from 255) = 62.79%
BLUE value IS 22 (8.98% from 255) = 8.53%
R=28.68%
G=62.79%
B=8.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74162220.5400.860.3697.7176.0936.08
Hex4AA2163605624624c24
Octal112242266601264414211444
Binary100101010100010101101101100101011010010011000101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AA216;
 }
 .AnyTagClassName
 {
   color: #4AA216;
 }
</style>
background-color css

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

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

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

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

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

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