#4AF046

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

Shades of Screamin' Green #4AF046

Tints of Screamin' Green #4AF046

Color information

#4AF046 (or 0x4AF046) is unknown color: approx Screamin' Green. HEX triplet: 4A, F0 and 46. RGB value is (74,240,70). Sum of RGB (Red+Green+Blue) = 74+240+70=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 240 (94.14% from 255 or 62.5% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF046 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF046 is #B50FB9. Grayscale: #ABABAB. Windows color (decimal): -11866042 or 4649034. OLE color: 4649034.

HSL color Cylindrical-coordinate representation of color #4AF046: hue angle of 118.59º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AF046 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB7424070-
CMYK0.6900.710.06
HSL118.59º85%60.78%-
HSV(B)118.59º70.83%94.12%-
XYZ35.0964.2216.34-
YUV170.997158.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.27%
GREEN value IS 240 (94.14% from 255) = 62.5%
BLUE value IS 70 (27.73% from 255) = 18.23%
R=19.27%
G=62.5%
B=18.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal74240700.6900.710.06118.598560.78
Hex4AF04645047677553d
Octal1123601061050107616712575
Binary100101011110000100011010001010100011111011101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,240,70); }

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

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

 a { background-color: rgb(74,240,70); }

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

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

 span { border-color: rgb(74,240,70); }

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