#4AA312

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

Shades of Kelly Green #4AA312

Tints of Kelly Green #4AA312

Color information

#4AA312 (or 0x4AA312) is unknown color: approx Kelly Green. HEX triplet: 4A, A3 and 12. RGB value is (74,163,18). Sum of RGB (Red+Green+Blue) = 74+163+18=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 163 (64.06% from 255 or 63.92% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 163 - color contains mainly: green. Hex color #4AA312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AA312 is #B55CED. Grayscale: #787878. Windows color (decimal): -11885806 or 1221450. OLE color: 1221450.

HSL color Cylindrical-coordinate representation of color #4AA312: hue angle of 96.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4AA312 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB7416318-
CMYK0.5500.890.36
HSL96.83º80.11%35.49%-
HSV(B)96.83º88.96%63.92%-
XYZ16.0327.695.07-
YUV119.8670.5195.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.02%
GREEN value IS 163 (64.06% from 255) = 63.92%
BLUE value IS 18 (7.42% from 255) = 7.06%
R=29.02%
G=63.92%
B=7.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74163180.5500.890.3696.8380.1135.49
Hex4AA3123705924615023
Octal112243226701314414112043
Binary100101010100011100101101110101100110010011000011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,163,18); }

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

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

 a { background-color: rgb(74,163,18); }

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

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

 span { border-color: rgb(74,163,18); }

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