#6AF15E

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

Shades of Screamin' Green #6AF15E

Tints of Screamin' Green #6AF15E

Color information

#6AF15E (or 0x6AF15E) is unknown color: approx Screamin' Green. HEX triplet: 6A, F1 and 5E. RGB value is (106,241,94). Sum of RGB (Red+Green+Blue) = 106+241+94=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF15E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF15E is #950EA1. Grayscale: #B8B8B8. Windows color (decimal): -9768610 or 6222186. OLE color: 6222186.

HSL color Cylindrical-coordinate representation of color #6AF15E: hue angle of 115.1º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6AF15E is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB10624194-
CMYK0.5600.610.05
HSL115.1º84%65.69%-
HSV(B)115.1º61%94.51%-
XYZ39.4266.7821.4-
YUV183.8877.2772.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.04%
GREEN value IS 241 (94.53% from 255) = 54.65%
BLUE value IS 94 (37.11% from 255) = 21.32%
R=24.04%
G=54.65%
B=21.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal106241940.5600.610.05115.18465.69
Hex6AF15E3803D5735442
Octal152361136700755163124102
Binary11010101111000110111101110000111101101111001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,241,94); }

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

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

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

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

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

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

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