#6aff6a

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

Shades of Screamin' Green #6AFF6A

Tints of Screamin' Green #6AFF6A

Color information

#6AFF6A (or 0x6AFF6A) is unknown color: approx Screamin' Green. HEX triplet: 6A, FF and 6A. RGB value is (106,255,106). Sum of RGB (Red+Green+Blue) = 106+255+106=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFF6A is #950095. Grayscale: #C1C1C1. Windows color (decimal): -9765014 or 7012202. OLE color: 7012202.

HSL color Cylindrical-coordinate representation of color #6AFF6A: hue angle of 120º 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 #6AFF6A is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB106255106-
CMYK0.5800.580
HSL120º100%70.78%-
HSV(B)120º58.43%100%-
XYZ44.3175.6225.9-
YUV193.4678.6465.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.70%
GREEN value IS 255 (100% from 255) = 54.60%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=22.70%
G=54.60%
B=22.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062551060.5800.58012010070.78
Hex6AFF6A3A03A0786447
Octal152377152720720170144107
Binary110101011111111110101011101001110100111100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6aff6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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