#6AFD7E

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

Shades of Screamin' Green #6AFD7E

Tints of Screamin' Green #6AFD7E

Color information

#6AFD7E (or 0x6AFD7E) is unknown color: approx Screamin' Green. HEX triplet: 6A, FD and 7E. RGB value is (106,253,126). Sum of RGB (Red+Green+Blue) = 106+253+126=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFD7E is #950281. Grayscale: #C2C2C2. Windows color (decimal): -9765506 or 8322410. OLE color: 8322410.

HSL color Cylindrical-coordinate representation of color #6AFD7E: hue angle of 128.16º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFD7E is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB106253126-
CMYK0.5800.500.01
HSL128.16º97.35%70.39%-
HSV(B)128.16º58.1%99.22%-
XYZ44.8474.8231.82-
YUV194.5789.364.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.86%
GREEN value IS 253 (99.22% from 255) = 52.16%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=21.86%
G=52.16%
B=25.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062531260.5800.500.01128.1697.3570.39
Hex6AFD7E3A0321806146
Octal152375176720621200141106
Binary1101010111111011111110111010011001011000000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,253,126); }

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

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

 a { background-color: rgb(106,253,126); }

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

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

 span { border-color: rgb(106,253,126); }

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