#6AFD84

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

Shades of Screamin' Green #6AFD84

Tints of Screamin' Green #6AFD84

Color information

#6AFD84 (or 0x6AFD84) is unknown color: approx Screamin' Green. HEX triplet: 6A, FD and 84. RGB value is (106,253,132). Sum of RGB (Red+Green+Blue) = 106+253+132=491 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.59% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFD84 is #95027B. Grayscale: #C3C3C3. Windows color (decimal): -9765500 or 8715626. OLE color: 8715626.

HSL color Cylindrical-coordinate representation of color #6AFD84: hue angle of 130.61º 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 #6AFD84 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB106253132-
CMYK0.5800.480.01
HSL130.61º97.35%70.39%-
HSV(B)130.61º58.1%99.22%-
XYZ45.2374.9833.92-
YUV195.2592.364.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.59%
GREEN value IS 253 (99.22% from 255) = 51.53%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=21.59%
G=51.53%
B=26.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062531320.5800.480.01130.6197.3570.39
Hex6AFD843A0301836146
Octal152375204720601203141106
Binary11010101111110110000100111010011000011000001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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