#4AF06D

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

Shades of Screamin' Green #4AF06D

Tints of Screamin' Green #4AF06D

Color information

#4AF06D (or 0x4AF06D) is unknown color: approx Screamin' Green. HEX triplet: 4A, F0 and 6D. RGB value is (74,240,109). Sum of RGB (Red+Green+Blue) = 74+240+109=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF06D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF06D is #B50F92. Grayscale: #AFAFAF. Windows color (decimal): -11866003 or 7204938. OLE color: 7204938.

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

Color convert

RGB74240109-
CMYK0.6900.550.06
HSL132.65º84.69%61.57%-
HSV(B)132.65º69.17%94.12%-
XYZ36.7464.8825.05-
YUV175.4390.555.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.49%
GREEN value IS 240 (94.14% from 255) = 56.74%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=17.49%
G=56.74%
B=25.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal742401090.6900.550.06132.6584.6961.57
Hex4AF06D45037685553e
Octal112360155105067620512576
Binary100101011110000110110110001010110111110100001011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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