#6AF14D

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

Shades of Screamin' Green #6AF14D

Tints of Screamin' Green #6AF14D

Color information

#6AF14D (or 0x6AF14D) is unknown color: approx Screamin' Green. HEX triplet: 6A, F1 and 4D. RGB value is (106,241,77). Sum of RGB (Red+Green+Blue) = 106+241+77=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #6AF14D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AF14D is #950EB2. Grayscale: #B6B6B6. Windows color (decimal): -9768627 or 5108074. OLE color: 5108074.

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

Color convert

RGB10624177-
CMYK0.5600.680.05
HSL109.39º85.42%62.35%-
HSV(B)109.39º68.05%94.51%-
XYZ38.7466.5117.82-
YUV181.9468.7773.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25%
GREEN value IS 241 (94.53% from 255) = 56.84%
BLUE value IS 77 (30.47% from 255) = 18.16%
R=25%
G=56.84%
B=18.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal106241770.5600.680.05109.3985.4262.35
Hex6AF14D3804456d553e
Octal152361115700104515512576
Binary11010101111000110011011110000100010010111011011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AF14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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