#6AFF7A

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

Shades of Screamin' Green #6AFF7A

Tints of Screamin' Green #6AFF7A

Color information

#6AFF7A (or 0x6AFF7A) is unknown color: approx Screamin' Green. HEX triplet: 6A, FF and 7A. RGB value is (106,255,122). Sum of RGB (Red+Green+Blue) = 106+255+122=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFF7A is #950085. Grayscale: #C3C3C3. Windows color (decimal): -9764998 or 8060778. OLE color: 8060778.

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

Color convert

RGB106255122-
CMYK0.5800.520
HSL126.44º100%70.78%-
HSV(B)126.44º58.43%100%-
XYZ45.2275.9930.7-
YUV195.2986.6464.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.95%
GREEN value IS 255 (100% from 255) = 52.80%
BLUE value IS 122 (48.05% from 255) = 25.26%
R=21.95%
G=52.80%
B=25.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062551220.5800.520126.4410070.78
Hex6AFF7A3A03407e6447
Octal152377172720640176144107
Binary110101011111111111101011101001101000111111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,255,122); }

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

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

 a { background-color: rgb(106,255,122); }

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

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

 span { border-color: rgb(106,255,122); }

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