#4ACC1B

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

Shades of Kelly Green #4ACC1B

Tints of Kelly Green #4ACC1B

Color information

#4ACC1B (or 0x4ACC1B) is unknown color: approx Kelly Green. HEX triplet: 4A, CC and 1B. RGB value is (74,204,27). Sum of RGB (Red+Green+Blue) = 74+204+27=305 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.26% from 305); Green value is 204 (80.08% from 255 or 66.89% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACC1B is #B533E4. Grayscale: #919191. Windows color (decimal): -11875301 or 1821770. OLE color: 1821770.

HSL color Cylindrical-coordinate representation of color #4ACC1B: hue angle of 104.07º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4ACC1B is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB7420427-
CMYK0.6400.870.2
HSL104.07º76.62%45.29%-
HSV(B)104.07º86.76%80%-
XYZ24.6144.728.37-
YUV144.9561.4377.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.26%
GREEN value IS 204 (80.08% from 255) = 66.89%
BLUE value IS 27 (10.94% from 255) = 8.85%
R=24.26%
G=66.89%
B=8.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal74204270.6400.870.2104.0776.6245.29
Hex4ACC1B4005714684d2d
Octal1123143310001272415011555
Binary100101011001100110111000000010101111010011010001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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