#6AF956

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

Shades of Screamin' Green #6AF956

Tints of Screamin' Green #6AF956

Color information

#6AF956 (or 0x6AF956) is unknown color: approx Screamin' Green. HEX triplet: 6A, F9 and 56. RGB value is (106,249,86). Sum of RGB (Red+Green+Blue) = 106+249+86=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 249 (97.66% from 255 or 56.46% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 249 - color contains mainly: green. Hex color #6AF956 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF956 is #9506A9. Grayscale: #BCBCBC. Windows color (decimal): -9766570 or 5699946. OLE color: 5699946.

HSL color Cylindrical-coordinate representation of color #6AF956: hue angle of 112.64º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6AF956 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB10624986-
CMYK0.5700.650.02
HSL112.64º93.14%65.69%-
HSV(B)112.64º65.46%97.65%-
XYZ41.571.4920.42-
YUV187.6670.6269.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.04%
GREEN value IS 249 (97.66% from 255) = 56.46%
BLUE value IS 86 (33.98% from 255) = 19.50%
R=24.04%
G=56.46%
B=19.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal106249860.5700.650.02112.6493.1465.69
Hex6AF956390412715d42
Octal1523711267101012161135102
Binary11010101111100110101101110010100000110111000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,249,86); }

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

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

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

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

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

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

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