#6AF25D

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

Shades of Screamin' Green #6AF25D

Tints of Screamin' Green #6AF25D

Color information

#6AF25D (or 0x6AF25D) is unknown color: approx Screamin' Green. HEX triplet: 6A, F2 and 5D. RGB value is (106,242,93). Sum of RGB (Red+Green+Blue) = 106+242+93=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #6AF25D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF25D is #950DA2. Grayscale: #B8B8B8. Windows color (decimal): -9768355 or 6156906. OLE color: 6156906.

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

Color convert

RGB10624293-
CMYK0.5600.620.05
HSL114.77º85.14%65.69%-
HSV(B)114.77º61.57%94.9%-
XYZ39.6767.3621.27-
YUV184.3576.4472.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.04%
GREEN value IS 242 (94.92% from 255) = 54.88%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=24.04%
G=54.88%
B=21.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal106242930.5600.620.05114.7785.1465.69
Hex6AF25D3803E5735542
Octal152362135700765163125102
Binary11010101111001010111011110000111110101111001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,242,93); }

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

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

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

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

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

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

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