#6AFA60

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

Shades of Screamin' Green #6AFA60

Tints of Screamin' Green #6AFA60

Color information

#6AFA60 (or 0x6AFA60) is unknown color: approx Screamin' Green. HEX triplet: 6A, FA and 60. RGB value is (106,250,96). Sum of RGB (Red+Green+Blue) = 106+250+96=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFA60 is #95059F. Grayscale: #BDBDBD. Windows color (decimal): -9766304 or 6355562. OLE color: 6355562.

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

Color convert

RGB10625096-
CMYK0.5800.620.02
HSL116.1º93.9%67.84%-
HSV(B)116.1º61.6%98.04%-
XYZ42.2472.2822.79-
YUV189.3975.2968.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.45%
GREEN value IS 250 (98.05% from 255) = 55.31%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=23.45%
G=55.31%
B=21.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal106250960.5800.620.02116.193.967.84
Hex6AFA603A03E2745e44
Octal152372140720762164136104
Binary1101010111110101100000111010011111010111010010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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