#4AB415

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

Shades of Kelly Green #4AB415

Tints of Kelly Green #4AB415

Color information

#4AB415 (or 0x4AB415) is unknown color: approx Kelly Green. HEX triplet: 4A, B4 and 15. RGB value is (74,180,21). Sum of RGB (Red+Green+Blue) = 74+180+21=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 180 (70.70% from 255 or 65.45% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AB415 is #B54BEA. Grayscale: #828282. Windows color (decimal): -11881451 or 1422410. OLE color: 1422410.

HSL color Cylindrical-coordinate representation of color #4AB415: hue angle of 100º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AB415 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB7418021-
CMYK0.5900.880.29
HSL100º79.1%39.41%-
HSV(B)100º88.33%70.59%-
XYZ19.2834.156.29-
YUV130.1866.3887.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.91%
GREEN value IS 180 (70.70% from 255) = 65.45%
BLUE value IS 21 (8.59% from 255) = 7.64%
R=26.91%
G=65.45%
B=7.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74180210.5900.880.2910079.139.41
Hex4AB4153B0581D644f27
Octal112264257301303514411747
Binary10010101011010010101111011010110001110111001001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,180,21); }

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

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

 a { background-color: rgb(74,180,21); }

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

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

 span { border-color: rgb(74,180,21); }

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