#4ABC1B

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

Shades of Kelly Green #4ABC1B

Tints of Kelly Green #4ABC1B

Color information

#4ABC1B (or 0x4ABC1B) is unknown color: approx Kelly Green. HEX triplet: 4A, BC and 1B. RGB value is (74,188,27). Sum of RGB (Red+Green+Blue) = 74+188+27=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC1B is #B543E4. Grayscale: #888888. Windows color (decimal): -11879397 or 1817674. OLE color: 1817674.

HSL color Cylindrical-coordinate representation of color #4ABC1B: hue angle of 102.48º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4ABC1B is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB7418827-
CMYK0.6100.860.26
HSL102.48º74.88%42.16%-
HSV(B)102.48º85.64%73.73%-
XYZ21.0137.57.17-
YUV135.5666.7384.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.61%
GREEN value IS 188 (73.83% from 255) = 65.05%
BLUE value IS 27 (10.94% from 255) = 9.34%
R=25.61%
G=65.05%
B=9.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal74188270.6100.860.26102.4874.8842.16
Hex4ABC1B3D0561A664b2a
Octal112274337501263214611352
Binary10010101011110011011111101010101101101011001101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,188,27); }

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

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

 a { background-color: rgb(74,188,27); }

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

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

 span { border-color: rgb(74,188,27); }

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