#4AB82C

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

Shades of Kelly Green #4AB82C

Tints of Kelly Green #4AB82C

Color information

#4AB82C (or 0x4AB82C) is unknown color: approx Kelly Green. HEX triplet: 4A, B8 and 2C. RGB value is (74,184,44). Sum of RGB (Red+Green+Blue) = 74+184+44=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 184 (72.27% from 255 or 60.93% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB82C is #B547D3. Grayscale: #878787. Windows color (decimal): -11880404 or 2930762. OLE color: 2930762.

HSL color Cylindrical-coordinate representation of color #4AB82C: hue angle of 107.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4AB82C is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB7418444-
CMYK0.6000.760.28
HSL107.14º61.4%44.71%-
HSV(B)107.14º76.09%72.16%-
XYZ20.4235.928.24-
YUV135.1576.5684.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.50%
GREEN value IS 184 (72.27% from 255) = 60.93%
BLUE value IS 44 (17.58% from 255) = 14.57%
R=24.50%
G=60.93%
B=14.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal74184440.6000.760.28107.1461.444.71
Hex4AB82C3C04C1C6b3d2d
Octal11227054740114341537555
Binary10010101011100010110011110001001100111001101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,184,44); }

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

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

 a { background-color: rgb(74,184,44); }

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

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

 span { border-color: rgb(74,184,44); }

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