#4AF169

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

Shades of Screamin' Green #4AF169

Tints of Screamin' Green #4AF169

Color information

#4AF169 (or 0x4AF169) is unknown color: approx Screamin' Green. HEX triplet: 4A, F1 and 69. RGB value is (74,241,105). Sum of RGB (Red+Green+Blue) = 74+241+105=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 241 (94.53% from 255 or 57.38% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF169 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF169 is #B50E96. Grayscale: #AFAFAF. Windows color (decimal): -11865751 or 6943050. OLE color: 6943050.

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

Color convert

RGB74241105-
CMYK0.6900.560.05
HSL131.14º85.64%61.76%-
HSV(B)131.14º69.29%94.51%-
XYZ36.8365.3924.04-
YUV175.5688.1755.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.62%
GREEN value IS 241 (94.53% from 255) = 57.38%
BLUE value IS 105 (41.41% from 255) = 25%
R=17.62%
G=57.38%
B=25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal742411050.6900.560.05131.1485.6461.76
Hex4AF16945038583563e
Octal112361151105070520312676
Binary100101011110001110100110001010111000101100000111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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