#6AFC6B

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

Shades of Screamin' Green #6AFC6B

Tints of Screamin' Green #6AFC6B

Color information

#6AFC6B (or 0x6AFC6B) is unknown color: approx Screamin' Green. HEX triplet: 6A, FC and 6B. RGB value is (106,252,107). Sum of RGB (Red+Green+Blue) = 106+252+107=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #6AFC6B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFC6B is #950394. Grayscale: #C0C0C0. Windows color (decimal): -9765781 or 7076970. OLE color: 7076970.

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

Color convert

RGB106252107-
CMYK0.5800.580.01
HSL120.41º96.05%70.2%-
HSV(B)120.41º57.94%98.82%-
XYZ43.4173.7525.86-
YUV191.8280.1366.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.80%
GREEN value IS 252 (98.83% from 255) = 54.19%
BLUE value IS 107 (42.19% from 255) = 23.01%
R=22.80%
G=54.19%
B=23.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062521070.5800.580.01120.4196.0570.2
Hex6AFC6B3A03A1786046
Octal152374153720721170140106
Binary110101011111100110101111101001110101111100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,252,107); }

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

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

 a { background-color: rgb(106,252,107); }

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

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

 span { border-color: rgb(106,252,107); }

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