#6AF85D

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

Shades of Screamin' Green #6AF85D

Tints of Screamin' Green #6AF85D

Color information

#6AF85D (or 0x6AF85D) is unknown color: approx Screamin' Green. HEX triplet: 6A, F8 and 5D. RGB value is (106,248,93). Sum of RGB (Red+Green+Blue) = 106+248+93=447 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.71% from 447); Green value is 248 (97.27% from 255 or 55.48% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 248 - color contains mainly: green. Hex color #6AF85D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF85D is #9507A2. Grayscale: #BCBCBC. Windows color (decimal): -9766819 or 6158442. OLE color: 6158442.

HSL color Cylindrical-coordinate representation of color #6AF85D: hue angle of 114.97º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6AF85D is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB10624893-
CMYK0.5700.620.03
HSL114.97º91.72%66.86%-
HSV(B)114.97º62.5%97.25%-
XYZ41.4970.9921.87-
YUV187.8774.4669.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.71%
GREEN value IS 248 (97.27% from 255) = 55.48%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=23.71%
G=55.48%
B=20.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal106248930.5700.620.03114.9791.7266.86
Hex6AF85D3903E3735c43
Octal152370135710763163134103
Binary1101010111110001011101111001011111011111001110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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