#4AF149

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

Shades of Screamin' Green #4AF149

Tints of Screamin' Green #4AF149

Color information

#4AF149 (or 0x4AF149) is unknown color: approx Screamin' Green. HEX triplet: 4A, F1 and 49. RGB value is (74,241,73). Sum of RGB (Red+Green+Blue) = 74+241+73=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 241 (94.53% from 255 or 62.11% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF149 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF149 is #B50EB6. Grayscale: #ACACAC. Windows color (decimal): -11865783 or 4845898. OLE color: 4845898.

HSL color Cylindrical-coordinate representation of color #4AF149: hue angle of 119.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF149 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB7424173-
CMYK0.6900.700.05
HSL119.64º85.71%61.57%-
HSV(B)119.64º69.71%94.51%-
XYZ35.4864.8516.95-
YUV171.9272.1758.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.07%
GREEN value IS 241 (94.53% from 255) = 62.11%
BLUE value IS 73 (28.91% from 255) = 18.81%
R=19.07%
G=62.11%
B=18.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74241730.6900.700.05119.6485.7161.57
Hex4AF14945046578563e
Octal1123611111050106517012676
Binary100101011110001100100110001010100011010111110001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,241,73); }

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

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

 a { background-color: rgb(74,241,73); }

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

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

 span { border-color: rgb(74,241,73); }

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