#6AF346

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

Shades of Screamin' Green #6AF346

Tints of Screamin' Green #6AF346

Color information

#6AF346 (or 0x6AF346) is unknown color: approx Screamin' Green. HEX triplet: 6A, F3 and 46. RGB value is (106,243,70). Sum of RGB (Red+Green+Blue) = 106+243+70=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 243 (95.31% from 255 or 58.00% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 243 - color contains mainly: green. Hex color #6AF346 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AF346 is #950CB9. Grayscale: #B6B6B6. Windows color (decimal): -9768122 or 4649834. OLE color: 4649834.

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

Color convert

RGB10624370-
CMYK0.5600.710.05
HSL107.51º87.82%61.37%-
HSV(B)107.51º71.19%95.29%-
XYZ39.167.6116.78-
YUV182.3164.6173.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.30%
GREEN value IS 243 (95.31% from 255) = 58.00%
BLUE value IS 70 (27.73% from 255) = 16.71%
R=25.30%
G=58.00%
B=16.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal106243700.5600.710.05107.5187.8261.37
Hex6AF3463804756c583d
Octal152363106700107515413075
Binary11010101111001110001101110000100011110111011001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,243,70); }

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

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

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

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

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

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

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