#6AE14D

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

Shades of Screamin' Green #6AE14D

Tints of Screamin' Green #6AE14D

Color information

#6AE14D (or 0x6AE14D) is unknown color: approx Screamin' Green. HEX triplet: 6A, E1 and 4D. RGB value is (106,225,77). Sum of RGB (Red+Green+Blue) = 106+225+77=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 225 (88.28% from 255 or 55.15% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 225 - color contains mainly: green. Hex color #6AE14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AE14D is #951EB2. Grayscale: #ADADAD. Windows color (decimal): -9772723 or 5103978. OLE color: 5103978.

HSL color Cylindrical-coordinate representation of color #6AE14D: hue angle of 108.24º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6AE14D is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB10622577-
CMYK0.5300.660.12
HSL108.24º71.15%59.22%-
HSV(B)108.24º65.78%88.24%-
XYZ34.2157.4516.31-
YUV172.5574.0880.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.98%
GREEN value IS 225 (88.28% from 255) = 55.15%
BLUE value IS 77 (30.47% from 255) = 18.87%
R=25.98%
G=55.15%
B=18.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal106225770.5300.660.12108.2471.1559.22
Hex6AE14D35042C6c473b
Octal1523411156501021415410773
Binary110101011100001100110111010101000010110011011001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,225,77); }

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

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

 a { background-color: rgb(106,225,77); }

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

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

 span { border-color: rgb(106,225,77); }

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