#6AFA71

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

Shades of Screamin' Green #6AFA71

Tints of Screamin' Green #6AFA71

Color information

#6AFA71 (or 0x6AFA71) is unknown color: approx Screamin' Green. HEX triplet: 6A, FA and 71. RGB value is (106,250,113). Sum of RGB (Red+Green+Blue) = 106+250+113=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFA71 is #95058E. Grayscale: #BFBFBF. Windows color (decimal): -9766287 or 7469674. OLE color: 7469674.

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

Color convert

RGB106250113-
CMYK0.5800.550.02
HSL122.92º93.51%69.8%-
HSV(B)122.92º57.6%98.04%-
XYZ43.1172.6327.37-
YUV191.3383.7967.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.60%
GREEN value IS 250 (98.05% from 255) = 53.30%
BLUE value IS 113 (44.53% from 255) = 24.09%
R=22.60%
G=53.30%
B=24.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062501130.5800.550.02122.9293.5169.8
Hex6AFA713A03727b5e46
Octal152372161720672173136106
Binary1101010111110101110001111010011011110111101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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