#6AFA6C

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

Shades of Screamin' Green #6AFA6C

Tints of Screamin' Green #6AFA6C

Color information

#6AFA6C (or 0x6AFA6C) is unknown color: approx Screamin' Green. HEX triplet: 6A, FA and 6C. RGB value is (106,250,108). Sum of RGB (Red+Green+Blue) = 106+250+108=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFA6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFA6C is #950593. Grayscale: #BFBFBF. Windows color (decimal): -9766292 or 7141994. OLE color: 7141994.

HSL color Cylindrical-coordinate representation of color #6AFA6C: hue angle of 120.83º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFA6C is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB106250108-
CMYK0.5800.570.02
HSL120.83º93.51%69.8%-
HSV(B)120.83º57.6%98.04%-
XYZ42.8472.5225.93-
YUV190.7681.2967.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.84%
GREEN value IS 250 (98.05% from 255) = 53.88%
BLUE value IS 108 (42.58% from 255) = 23.28%
R=22.84%
G=53.88%
B=23.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062501080.5800.570.02120.8393.5169.8
Hex6AFA6C3A0392795e46
Octal152372154720712171136106
Binary1101010111110101101100111010011100110111100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,250,108); }

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

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

 a { background-color: rgb(106,250,108); }

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

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

 span { border-color: rgb(106,250,108); }

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