#6AFA49

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

Shades of Screamin' Green #6AFA49

Tints of Screamin' Green #6AFA49

Color information

#6AFA49 (or 0x6AFA49) is unknown color: approx Screamin' Green. HEX triplet: 6A, FA and 49. RGB value is (106,250,73). Sum of RGB (Red+Green+Blue) = 106+250+73=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 250 (98.05% from 255 or 58.28% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFA49 is #9505B6. Grayscale: #BBBBBB. Windows color (decimal): -9766327 or 4848234. OLE color: 4848234.

HSL color Cylindrical-coordinate representation of color #6AFA49: hue angle of 108.81º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6AFA49 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB10625073-
CMYK0.5800.710.02
HSL108.81º94.65%63.33%-
HSV(B)108.81º70.8%98.04%-
XYZ41.3371.9218.01-
YUV186.7763.7970.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.71%
GREEN value IS 250 (98.05% from 255) = 58.28%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=24.71%
G=58.28%
B=17.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal106250730.5800.710.02108.8194.6563.33
Hex6AFA493A04726d5f3f
Octal152372111720107215513777
Binary1101010111110101001001111010010001111011011011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AFA49; }

 p { color: rgb(106,250,73); }

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

<style>
 a { background-color: #6AFA49; }

 a { background-color: rgb(106,250,73); }

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

<style>
 span { border-color: #6AFA49; }

 span { border-color: rgb(106,250,73); }

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